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>
|
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Per PR169.
|
* Per PR169.
|
||||||
|
|||||||
@@ -21,6 +21,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <rtems/seterr.h>
|
#include <rtems/seterr.h>
|
||||||
|
|
||||||
/* XXX: temporary hack :(( */
|
/* XXX: temporary hack :(( */
|
||||||
@@ -32,9 +34,6 @@ extern "C" {
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <rtems/bdbuf.h>
|
#include <rtems/bdbuf.h>
|
||||||
|
|
||||||
#define DBG1(x) x
|
|
||||||
#define DBG2(x) x
|
|
||||||
|
|
||||||
#ifndef RC_OK
|
#ifndef RC_OK
|
||||||
#define RC_OK 0x00000000
|
#define RC_OK 0x00000000
|
||||||
#endif
|
#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>
|
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Per PR169.
|
* Per PR169.
|
||||||
|
|||||||
@@ -21,6 +21,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <rtems/seterr.h>
|
#include <rtems/seterr.h>
|
||||||
|
|
||||||
/* XXX: temporary hack :(( */
|
/* XXX: temporary hack :(( */
|
||||||
@@ -32,9 +34,6 @@ extern "C" {
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <rtems/bdbuf.h>
|
#include <rtems/bdbuf.h>
|
||||||
|
|
||||||
#define DBG1(x) x
|
|
||||||
#define DBG2(x) x
|
|
||||||
|
|
||||||
#ifndef RC_OK
|
#ifndef RC_OK
|
||||||
#define RC_OK 0x00000000
|
#define RC_OK 0x00000000
|
||||||
#endif
|
#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>
|
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Per PR169.
|
* Per PR169.
|
||||||
|
|||||||
@@ -21,6 +21,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <rtems/seterr.h>
|
#include <rtems/seterr.h>
|
||||||
|
|
||||||
/* XXX: temporary hack :(( */
|
/* XXX: temporary hack :(( */
|
||||||
@@ -32,9 +34,6 @@ extern "C" {
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <rtems/bdbuf.h>
|
#include <rtems/bdbuf.h>
|
||||||
|
|
||||||
#define DBG1(x) x
|
|
||||||
#define DBG2(x) x
|
|
||||||
|
|
||||||
#ifndef RC_OK
|
#ifndef RC_OK
|
||||||
#define RC_OK 0x00000000
|
#define RC_OK 0x00000000
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user