mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
irix-make-ukernel-build-20040602
FIXES 4646 ukernel needs 64 bit type defined, define it.
This commit is contained in:
parent
fe370813b9
commit
d37b482873
@ -179,6 +179,8 @@
|
|||||||
#define AFS_HAVE_FFS 1 /* Use system's ffs. */
|
#define AFS_HAVE_FFS 1 /* Use system's ffs. */
|
||||||
#define AFS_HAVE_STATVFS 0 /* System doesn't support statvfs */
|
#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) */
|
/* Extra kernel definitions (from kdefs file) */
|
||||||
#ifdef KERNEL
|
#ifdef KERNEL
|
||||||
#define AFS_UIOFMODE 1 /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
|
#define AFS_UIOFMODE 1 /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
|
||||||
|
Loading…
Reference in New Issue
Block a user