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:
Derrick Brashear 2004-06-24 17:55:00 +00:00
parent fa71ea11af
commit 62c7e9dafc

View File

@ -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) */