Merge commit 'refs/top-bases/top' into top

This commit is contained in:
Brian Behlendorf 2009-03-11 10:55:11 -07:00
commit a63d175fe3
1 changed files with 5 additions and 0 deletions

View File

@ -48,7 +48,12 @@
#define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
#define MAXNAMELEN 256
#ifdef _LP64
#define MAXOFFSET_T 0x7fffffffffffffffl
#else
#define MAXOFFSET_T 0x7fffffffl
#endif
#define UID_NOBODY 60001 /* user ID no body */
#define GID_NOBODY UID_NOBODY