summaryrefslogtreecommitdiffstats
path: root/c/src/libfs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-04 18:22:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-04 18:22:23 +0000
commitaed1f02acb325c49092161cfa39decfd1e04a70b (patch)
tree61509dbb0a44f3c157be0db6eb2fec02293a4393 /c/src/libfs
parent2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-aed1f02acb325c49092161cfa39decfd1e04a70b.tar.bz2
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/fat.h: Include <string.h>. Remove DBG1 and DBG2 (unused).
Diffstat (limited to 'c/src/libfs')
-rw-r--r--c/src/libfs/ChangeLog5
-rw-r--r--c/src/libfs/src/dosfs/fat.h5
2 files changed, 7 insertions, 3 deletions
diff --git a/c/src/libfs/ChangeLog b/c/src/libfs/ChangeLog
index 5e4798d74c..6b55b6ccae 100644
--- a/c/src/libfs/ChangeLog
+++ b/c/src/libfs/ChangeLog
@@ -1,5 +1,10 @@
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.
* src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS.
diff --git a/c/src/libfs/src/dosfs/fat.h b/c/src/libfs/src/dosfs/fat.h
index 04a1f0f662..f0aaf21c98 100644
--- a/c/src/libfs/src/dosfs/fat.h
+++ b/c/src/libfs/src/dosfs/fat.h
@@ -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