Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently

we redefine a lot of stuff from standard header files...
This commit is contained in:
Rob Landley
2006-06-16 04:25:19 +00:00
parent 9947a244d4
commit bc8c50351f
4 changed files with 1 additions and 19 deletions

View File

@ -18,8 +18,6 @@
#include <unistd.h>
#include "busybox.h"
/* From linux/fs.h */
#define BLKFLSBUF _IO(0x12,97)
/* From <linux/fd.h> */
#define FDFLUSH _IO(2,0x4b)