irix-make-ukernel-build-20040602

FIXES 4646

ukernel needs 64 bit type defined, define it.
This commit is contained in:
Derrick Brashear 2004-06-02 09:18:28 +00:00
parent fe370813b9
commit d37b482873

View File

@ -179,6 +179,8 @@
#define AFS_HAVE_FFS 1 /* Use system's ffs. */
#define AFS_HAVE_STATVFS 0 /* System doesn't support statvfs */
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
/* Extra kernel definitions (from kdefs file) */
#ifdef KERNEL
#define AFS_UIOFMODE 1 /* Only in afs/afs_vnodeops.c (afs_ustrategy) */