From 62c7e9dafc4fd6e6ecfcd552f86d7407fd3b9389 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 24 Jun 2004 17:55:00 +0000 Subject: [PATCH] irix-ukernel-define-64bit-env-move-200406024 FIXES 4896 don't include afs_sysnames.h before defining AFS_64BIT_ENV oops --- src/config/param.sgi_65.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/param.sgi_65.h b/src/config/param.sgi_65.h index 25689c4b96..433f81df7a 100644 --- a/src/config/param.sgi_65.h +++ b/src/config/param.sgi_65.h @@ -159,8 +159,6 @@ #define AFS_USR_SGI64_ENV 1 #define AFS_USR_SGI65_ENV 1 -#include - /*#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 + /* Extra kernel definitions (from kdefs file) */ #ifdef KERNEL #define AFS_UIOFMODE 1 /* Only in afs/afs_vnodeops.c (afs_ustrategy) */