irix-ukernel-define-64bit-env-move-200406024
authorDerrick Brashear <shadow@dementia.org>
Thu, 24 Jun 2004 17:55:00 +0000 (17:55 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 24 Jun 2004 17:55:00 +0000 (17:55 +0000)
FIXES 4896

don't include afs_sysnames.h before defining AFS_64BIT_ENV
oops

src/config/param.sgi_65.h

index 25689c4..433f81d 100644 (file)
 #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' */
 
 #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) */