From: Derrick Brashear Date: Wed, 2 Jun 2004 09:18:28 +0000 (+0000) Subject: irix-make-ukernel-build-20040602 X-Git-Tag: openafs-devel-1_3_65~78 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=d37b482873d1652ba74ac61005d49cd5facf7d96;hp=fe370813b95b0268ecb134c8c20bfe8d4ba9ee4b irix-make-ukernel-build-20040602 FIXES 4646 ukernel needs 64 bit type defined, define it. --- diff --git a/src/config/param.sgi_65.h b/src/config/param.sgi_65.h index d69c1e1..25689c4 100644 --- a/src/config/param.sgi_65.h +++ b/src/config/param.sgi_65.h @@ -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) */