forked from Imagelibrary/rtems
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/fat.h: Include <string.h>. Remove DBG1 and DBG2 (unused).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/dosfs/fat.h: Include <string.h>.
|
||||
Remove DBG1 and DBG2 (unused).
|
||||
|
||||
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Per PR169.
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
/* XXX: temporary hack :(( */
|
||||
@@ -32,9 +34,6 @@ extern "C" {
|
||||
#include <errno.h>
|
||||
#include <rtems/bdbuf.h>
|
||||
|
||||
#define DBG1(x) x
|
||||
#define DBG2(x) x
|
||||
|
||||
#ifndef RC_OK
|
||||
#define RC_OK 0x00000000
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/dosfs/fat.h: Include <string.h>.
|
||||
Remove DBG1 and DBG2 (unused).
|
||||
|
||||
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Per PR169.
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
/* XXX: temporary hack :(( */
|
||||
@@ -32,9 +34,6 @@ extern "C" {
|
||||
#include <errno.h>
|
||||
#include <rtems/bdbuf.h>
|
||||
|
||||
#define DBG1(x) x
|
||||
#define DBG2(x) x
|
||||
|
||||
#ifndef RC_OK
|
||||
#define RC_OK 0x00000000
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/dosfs/fat.h: Include <string.h>.
|
||||
Remove DBG1 and DBG2 (unused).
|
||||
|
||||
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Per PR169.
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
/* XXX: temporary hack :(( */
|
||||
@@ -32,9 +34,6 @@ extern "C" {
|
||||
#include <errno.h>
|
||||
#include <rtems/bdbuf.h>
|
||||
|
||||
#define DBG1(x) x
|
||||
#define DBG2(x) x
|
||||
|
||||
#ifndef RC_OK
|
||||
#define RC_OK 0x00000000
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user