]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 d69c1e16e3df19176c22f6a54c56eca712a18b11..25689c4b963d55afcf79b03a4138fb109c95a764 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) */