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

@@ -151,9 +151,6 @@ struct minix_dir_entry {
char name[0];
};
#define BLOCK_SIZE_BITS 10
#define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
#define NAME_MAX 255 /* # chars in a file name */
#define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))