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

@@ -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.