From 780e4c462bf35dfbcfc3d3c002568e425272e2ee Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 18 Sep 2012 14:46:37 -0400 Subject: [PATCH] libuafs: enable 64 bit mode on linux already safe and being used on other platforms; might as well here too. Reviewed-on: http://gerrit.openafs.org/8139 Tested-by: BuildBot Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit 71a5f2965d6a6ff3113e7d2f9cab7d687b502793) Change-Id: I61673c179617377020aa95aa8d8d659f240f04e7 Reviewed-on: http://gerrit.openafs.org/8238 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/config/param.linux26.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/param.linux26.h b/src/config/param.linux26.h index 8f6382be4..3e69ee315 100644 --- a/src/config/param.linux26.h +++ b/src/config/param.linux26.h @@ -64,6 +64,7 @@ #define AFS_USR_LINUX26_ENV 1 #define AFS_ENV 1 +#define AFS_64BIT_CLIENT 1 #undef AFS_NONFSTRANS #define AFS_NONFSTRANS 1 #define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ -- 2.39.5