diff options
author | Rob Landley <rob@landley.net> | 2006-06-16 04:25:19 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-16 04:25:19 +0000 |
commit | bc8c50351f304796dc5c54a0f3a4f4c7882ea9e4 (patch) | |
tree | cf3245830d4f6feabb8a8c87592bdac501fbebc8 /util-linux/freeramdisk.c | |
parent | 9947a244d44edd3862694cce7a91e706b0cbd529 (diff) | |
download | busybox-w32-bc8c50351f304796dc5c54a0f3a4f4c7882ea9e4.tar.gz busybox-w32-bc8c50351f304796dc5c54a0f3a4f4c7882ea9e4.tar.bz2 busybox-w32-bc8c50351f304796dc5c54a0f3a4f4c7882ea9e4.zip |
Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently
we redefine a lot of stuff from standard header files...
Diffstat (limited to 'util-linux/freeramdisk.c')
-rw-r--r-- | util-linux/freeramdisk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index 1f010c721..c959158c9 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c | |||
@@ -18,8 +18,6 @@ | |||
18 | #include <unistd.h> | 18 | #include <unistd.h> |
19 | #include "busybox.h" | 19 | #include "busybox.h" |
20 | 20 | ||
21 | /* From linux/fs.h */ | ||
22 | #define BLKFLSBUF _IO(0x12,97) | ||
23 | /* From <linux/fd.h> */ | 21 | /* From <linux/fd.h> */ |
24 | #define FDFLUSH _IO(2,0x4b) | 22 | #define FDFLUSH _IO(2,0x4b) |
25 | 23 | ||