From 3d4fa5b444ccab6730d3792d442aa5d1eb1ec24c Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sat, 21 Apr 2001 00:58:24 +0000 Subject: [PATCH] undo-i386-linux-64bit-env-20010420 It turns out defining AFS_64BIT_ENV ends up causing accesses to hang if a server goes down; Should not be the case but other work will be needed to figure out why or even if we need to be AFS_64BIT_ENV; in the meantime, revert this part of patches done for xdr_int64; it's not ncessary now anyhow --- src/config/param.i386_linux22.h | 1 - src/config/param.i386_linux24.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/config/param.i386_linux22.h b/src/config/param.i386_linux22.h index 7f3277e9f..85506a61c 100644 --- a/src/config/param.i386_linux22.h +++ b/src/config/param.i386_linux22.h @@ -25,7 +25,6 @@ #define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ #define AFS_SYSCALL 137 -#define AFS_64BIT_ENV #define AFS_64BIT_IOPS_ENV 1 #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #include diff --git a/src/config/param.i386_linux24.h b/src/config/param.i386_linux24.h index 7840af3f7..0e8e95401 100644 --- a/src/config/param.i386_linux24.h +++ b/src/config/param.i386_linux24.h @@ -18,7 +18,6 @@ #define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ #define AFS_SYSCALL 137 -#define AFS_64BIT_ENV #define AFS_64BIT_IOPS_ENV 1 #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #include -- 2.39.5