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:
Joel Sherrill
2002-04-04 18:22:23 +00:00
parent 9c6a99f1fe
commit aed1f02acb
6 changed files with 21 additions and 9 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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