From: Derrick Brashear Date: Thu, 22 Sep 2011 17:00:08 +0000 (-0400) Subject: darwin: ukernel is 64-bit able X-Git-Tag: upstream/1.8.0_pre1^2~3236 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cb4d6e5e7e1a112782be5d892f9706b1a9da439b;p=packages%2Fo%2Fopenafs.git darwin: ukernel is 64-bit able update ukernel settings for darwin Change-Id: Ifd72d0d5affa1bfbea04da2c95e8011fb055e59f Reviewed-on: http://gerrit.openafs.org/5489 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/config/param.arm_darwin_100.h b/src/config/param.arm_darwin_100.h index 39ca46984..2344be0b8 100644 --- a/src/config/param.arm_darwin_100.h +++ b/src/config/param.arm_darwin_100.h @@ -157,6 +157,8 @@ struct rt_addrinfo { #define AFS_PARAM_H #define AFS_ENV 1 +#define AFS_64BIT_CLIENT 1 +#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ #if defined(__ppc__) #define AFS_PPC_ENV 1 #elif defined(__i386__) || defined(__amd64__) diff --git a/src/config/param.x86_darwin_100.h b/src/config/param.x86_darwin_100.h index 63f8bfcfe..6167cf237 100644 --- a/src/config/param.x86_darwin_100.h +++ b/src/config/param.x86_darwin_100.h @@ -137,6 +137,8 @@ #define AFS_VFSINCL_ENV 1 /* NOBODY uses this.... */ #define AFS_ENV 1 +#define AFS_64BIT_CLIENT 1 +#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ #if defined(__ppc__) #define AFS_PPC_ENV 1 #elif defined(__i386__) || defined(__amd64__) diff --git a/src/config/param.x86_darwin_110.h b/src/config/param.x86_darwin_110.h index 81c2708ed..440b370cd 100644 --- a/src/config/param.x86_darwin_110.h +++ b/src/config/param.x86_darwin_110.h @@ -140,6 +140,7 @@ #define AFS_ENV 1 #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ +#define AFS_64BIT_CLIENT 1 #if defined(__ppc__) #define AFS_PPC_ENV 1 #elif defined(__i386__) || defined(__amd64__)