mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
irix-ukernel-define-64bit-env-move-200406024
FIXES 4896 don't include afs_sysnames.h before defining AFS_64BIT_ENV oops
This commit is contained in:
parent
fa71ea11af
commit
62c7e9dafc
@ -159,8 +159,6 @@
|
||||
#define AFS_USR_SGI64_ENV 1
|
||||
#define AFS_USR_SGI65_ENV 1
|
||||
|
||||
#include <afs/afs_sysnames.h>
|
||||
|
||||
/*#define AFS_GLOBAL_SUNLOCK 1 *//* For global locking */
|
||||
|
||||
#define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */
|
||||
@ -181,6 +179,8 @@
|
||||
|
||||
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
|
||||
|
||||
#include <afs/afs_sysnames.h>
|
||||
|
||||
/* Extra kernel definitions (from kdefs file) */
|
||||
#ifdef KERNEL
|
||||
#define AFS_UIOFMODE 1 /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
|
||||
|
Loading…
Reference in New Issue
Block a user