irix-make-ukernel-build-20040602
authorDerrick Brashear <shadow@dementia.org>
Wed, 2 Jun 2004 09:18:28 +0000 (09:18 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 2 Jun 2004 09:18:28 +0000 (09:18 +0000)
FIXES 4646

ukernel needs 64 bit type defined, define it.

src/config/param.sgi_65.h

index d69c1e1..25689c4 100644 (file)
 #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) */