From ff118da207882f246179612aa63473ce92de82b0 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 3 Apr 2001 07:55:34 +0000 Subject: [PATCH] i386-linux24-includes-long-long-types-20010403 define AFS_64BIT_ENV for linux24 i386 basically denotes existance of long long --- src/config/param.i386_linux24.h | 1 + src/config/param.i386_linux24_usr.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/config/param.i386_linux24.h b/src/config/param.i386_linux24.h index 0e8e954..7840af3 100644 --- a/src/config/param.i386_linux24.h +++ b/src/config/param.i386_linux24.h @@ -18,6 +18,7 @@ #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_usr.h b/src/config/param.i386_linux24_usr.h index 01c1ab1..394d1a9 100644 --- a/src/config/param.i386_linux24_usr.h +++ b/src/config/param.i386_linux24_usr.h @@ -17,6 +17,7 @@ #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 -- 1.9.4