aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fsck_minix.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-16 04:25:19 +0000
committerRob Landley <rob@landley.net>2006-06-16 04:25:19 +0000
commitbc8c50351f304796dc5c54a0f3a4f4c7882ea9e4 (patch)
treecf3245830d4f6feabb8a8c87592bdac501fbebc8 /util-linux/fsck_minix.c
parent9947a244d44edd3862694cce7a91e706b0cbd529 (diff)
downloadbusybox-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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c
index a9c4467d8..f958bdfc9 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.