mfs fix by tveerman from trunk.

This commit is contained in:
Ben Gras
2010-06-07 15:46:26 +00:00
parent 255ad2ab37
commit 6677a8c8e0
4 changed files with 28 additions and 23 deletions

View File

@@ -150,7 +150,7 @@
/* Some limits. */
#define MAX_INODE_NR ((ino_t) 037777777777) /* largest inode number */
#define MAX_FILE_POS ((off_t) 0x7FFFFFFF) /* largest legal file offset */
#define UMAX_FILE_POS ((unsigned) 0x7FFFFFF) /* largest legal file offset */
#define UMAX_FILE_POS ((unsigned) 0x7FFFFFFF) /* largest legal file offset */
#define MAX_SYM_LOOPS 8 /* how many symbolic links are recursed */