diff options
author | Rob Landley | 2006-06-16 04:25:19 +0000 |
---|---|---|
committer | Rob Landley | 2006-06-16 04:25:19 +0000 |
commit | bc8c50351f304796dc5c54a0f3a4f4c7882ea9e4 (patch) | |
tree | cf3245830d4f6feabb8a8c87592bdac501fbebc8 /util-linux/fsck_minix.c | |
parent | 9947a244d44edd3862694cce7a91e706b0cbd529 (diff) | |
download | busybox-bc8c50351f304796dc5c54a0f3a4f4c7882ea9e4.zip busybox-bc8c50351f304796dc5c54a0f3a4f4c7882ea9e4.tar.gz |
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/fsck_minix.c')
-rw-r--r-- | util-linux/fsck_minix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index a9c4467..f958bdf 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c @@ -98,9 +98,6 @@ #include <sys/param.h> #include "busybox.h" -#define BLOCK_SIZE_BITS 10 -#define BLOCK_SIZE (1<<BLOCK_SIZE_BITS) - /* * This is the original minix inode layout on disk. * Note the 8-bit gid and atime and ctime. |