]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
i386-linux24-includes-long-long-types-20010403
authorDerrick Brashear <shadow@dementia.org>
Tue, 3 Apr 2001 07:55:34 +0000 (07:55 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 3 Apr 2001 07:55:34 +0000 (07:55 +0000)
define AFS_64BIT_ENV for linux24 i386
basically denotes existance of long long

src/config/param.i386_linux24.h
src/config/param.i386_linux24_usr.h

index 0e8e95401dd4d77889a61ef360fb4ae0ebe5f8a7..7840af3f75d475ea696758e19fedbc8cce56433d 100644 (file)
@@ -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 <afs/afs_sysnames.h>
index 01c1ab1ccce6332b5738ce6e3416de01130f2105..394d1a9884c10a6ff1f3eadc641f799104c1cc97 100644 (file)
@@ -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 <afs/afs_sysnames.h>