From 71a5f2965d6a6ff3113e7d2f9cab7d687b502793 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 18 Sep 2012 14:46:37 -0400 Subject: [PATCH 1/1] libuafs: enable 64 bit mode on linux already safe and being used on other platforms; might as well here too. Change-Id: I1fe4c2459caaea873e5618d0b097a142dd935791 Reviewed-on: http://gerrit.openafs.org/8139 Tested-by: BuildBot Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/config/param.linux26.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/config/param.linux26.h b/src/config/param.linux26.h index 4a7b942..ca9c08f 100644 --- a/src/config/param.linux26.h +++ b/src/config/param.linux26.h @@ -65,6 +65,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. */ -- 1.7.1