]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
enable-largefile-clients-20040808
authorDerrick Brashear <shadow@dementia.org>
Mon, 9 Aug 2004 05:07:33 +0000 (05:07 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 9 Aug 2004 05:07:33 +0000 (05:07 +0000)
the linuxes should all work. it at least builds on openbsd. i can't imagine
freebsd doesn't work, likewise "netbsd 2.0", only question is hpux.

22 files changed:
src/config/param.alpha_dux51.h
src/config/param.amd64_linux24.h
src/config/param.hp_ux11i.h
src/config/param.i386_fbsd_50.h
src/config/param.i386_fbsd_51.h
src/config/param.i386_fbsd_52.h
src/config/param.i386_fbsd_53.h
src/config/param.i386_nbsd20.h
src/config/param.i386_obsd31.h
src/config/param.i386_obsd32.h
src/config/param.i386_obsd33.h
src/config/param.i386_obsd34.h
src/config/param.i386_obsd36.h
src/config/param.ia64_hpux1122.h
src/config/param.ia64_hpux1123.h
src/config/param.ia64_linux24.h
src/config/param.parisc_linux24.h
src/config/param.ppc64_linux24.h
src/config/param.ppc_linux24.h
src/config/param.s390_linux24.h
src/config/param.sparc64_linux24.h
src/config/param.sparc_linux24.h

index de3a26dec09fb6a858ea3e2d0d5d851dc98cbb55..e042e39df77e151da6427c0496c556d6051bcba6 100644 (file)
@@ -25,6 +25,7 @@
 #define        AFS_ALPHA_ENV   1
 #define        AFS_DECOSF_ENV  1
 #define        AFS_64BIT_ENV   1
+#define AFS_64BIT_CLIENT       1
 
 #include <afs/afs_sysnames.h>
 
index b0d3251c0b16ec00b0b201b2102dcb4901a0ca96..16e5a9c96497f94bb89dac0b078849e5b1be8caa 100644 (file)
@@ -36,6 +36,7 @@
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
 #define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
+#define AFS_64BIT_CLIENT       1
 
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
 
index e5bd9377f05995a509400f470cd414b14e58c9cf..57730f2d4ca0d19dc1f59807e5d1618ab505e73f 100644 (file)
@@ -24,6 +24,7 @@
 #define        AFS_HPUX1111_ENV        1
 
 #define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
+#define AFS_64BIT_CLIENT       1
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
 
 #include <afs/afs_sysnames.h>
index 4e18c19857fac6f3fff04edcb0bf61b521d8259c..14bb1f8b9a894a4e0b9e935559de0bfb3868d2d0 100644 (file)
@@ -13,6 +13,7 @@
 
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 #define AFS_64BIT_ENV 1
+#define AFS_64BIT_CLIENT 1
 #define AFS_64BIT_IOPS_ENV 1   /* Needed for NAMEI */
 #define AFS_FBSD_ENV 1
 #define AFS_FBSD40_ENV 1
index da1fc487bfeb02b697f051010cab0921641c1c82..96f6202df1de979534f2c5b2e1cd4fde96cce60c 100644 (file)
@@ -13,6 +13,7 @@
 
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 #define AFS_64BIT_ENV 1
+#define AFS_64BIT_CLIENT       1
 #define AFS_64BIT_IOPS_ENV 1   /* Needed for NAMEI */
 #define AFS_FBSD_ENV 1
 #define AFS_FBSD40_ENV 1
index be37ce02965d01c59c7c29ca66327cf5229e784f..1234efc8e0d26d703473d41842965ad3ebb629a1 100644 (file)
@@ -13,6 +13,7 @@
 
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 #define AFS_64BIT_ENV 1
+#define AFS_64BIT_CLIENT 1
 #define AFS_64BIT_IOPS_ENV 1   /* Needed for NAMEI */
 #define AFS_FBSD_ENV 1
 #define AFS_FBSD40_ENV 1
index d3cb1af20e5e47119bf2fe21ca85cb1d527d3d18..86cc371d7e7852d7862886627e6a83dce3d10fc7 100644 (file)
@@ -13,6 +13,7 @@
 
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 #define AFS_64BIT_ENV 1
+#define AFS_64BIT_CLIENT 1
 #define AFS_64BIT_IOPS_ENV 1   /* Needed for NAMEI */
 #define AFS_FBSD_ENV 1
 #define AFS_FBSD40_ENV 1
index 3bdd8351f541c2dba9a0ef9f2e1ecf95668a5611..624858094c0e1fb884c48dfb718c38537520a081 100644 (file)
@@ -40,6 +40,8 @@
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
 #define AFS_SYSCALL 210
 #define AFS_NAMEI_ENV         1        /* User space interface to file system */
+#define AFS_64BIT_ENV         1
+#define AFS_64BIT_CLIENT      1
 #define AFS_64BIT_IOPS_ENV    1        /* Needed for NAMEI */
 #include <afs/afs_sysnames.h>
 
index 208607ac9283a96f429e31769691efb44183d6c3..ec2b6d643fc14b5a230692d61111941336de63e2 100644 (file)
@@ -14,6 +14,7 @@
 
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
+#define AFS_64BIT_CLIENT       1
 #define AFS_64BIT_IOPS_ENV     1       /* Needed for NAMEI */
 #define        AFS_OBSD_ENV            1
 #define AFS_NONFSTRANS         1
index 40a31eaf274d2e6044e3a29b154f600cbd08071e..ae1a65c96291b28e6c03693673a4050931e42a27 100644 (file)
@@ -14,6 +14,7 @@
 
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
+#define AFS_64BIT_CLIENT       1
 #define AFS_64BIT_IOPS_ENV     1       /* Needed for NAMEI */
 #define        AFS_OBSD_ENV            1
 #define AFS_NONFSTRANS         1
index 92bd315623e8d40e5cc6e56751688591bfc4bdbb..f31a1632767ac7027a6b064a1676a24a642401c3 100644 (file)
@@ -17,6 +17,7 @@
 
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
+#define AFS_64BIT_CLIENT       1
 #define AFS_64BIT_IOPS_ENV     1       /* Needed for NAMEI */
 #define        AFS_OBSD_ENV            1
 #define AFS_NONFSTRANS         1
index ff3249fd46c1915b87b07ec46ec1200bb5679929..78016daf2d683ea0dbdb05cb4e59f8742e76aafa 100644 (file)
@@ -17,6 +17,7 @@
 
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
+#define AFS_64BIT_CLIENT       1
 #define AFS_64BIT_IOPS_ENV     1       /* Needed for NAMEI */
 #define AFS_OBSD_ENV           1
 #define AFS_OBSD34_ENV         1
index 5e991e387a4a94c9e3ecf27049d9fd521a1abbed..4fb745486c13cb2d650706d746a7e0fd7686c712 100644 (file)
@@ -17,6 +17,7 @@
 
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
+#define AFS_64BIT_CLIENT       1
 #define AFS_64BIT_IOPS_ENV     1       /* Needed for NAMEI */
 #define AFS_OBSD_ENV           1
 #define AFS_OBSD34_ENV         1
index 8beef7fd853da06d890f76e6d64a82cf7f0f21a1..598abe7503db4f3f18e59657062ab56b60553782 100644 (file)
@@ -22,6 +22,7 @@
 #define AFS_HPUX1122_ENV 1
 
 #define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
+#define AFS_64BIT_CLIENT       1
 #if defined(__LP64__)
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
 #endif
index 7632fe5940db52a30b00e08741bbd79902b853f5..adb9d0534a23c838b08cca300345f378d1664584 100644 (file)
@@ -23,6 +23,7 @@
 #define        AFS_HPUX1123_ENV 1
 
 #define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
+#define AFS_64BIT_CLIENT       1
 #if defined(__LP64__)
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
 #endif
index 14ee02d664b002c6819d3a2da6cbae1c2ec8b879..83f843392214dc48bf732742ca7fa24358977056 100644 (file)
@@ -36,6 +36,7 @@
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
 #define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
+#define AFS_64BIT_CLIENT       1       
 
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
 
index c8fdd239fd67c0a20f3c75546ea443385df5f410..a4d71afb3da4bb43b196ed9df3072862f2bae6c1 100644 (file)
@@ -19,6 +19,8 @@
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
 #define AFS_SYSCALL 137
+#define AFS_64BIT_ENV  1
+#define AFS_64BIT_CLIENT  1
 #define AFS_64BIT_IOPS_ENV  1
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
index f947013e153fa7cef1c66550b9e95b02ebf57b2d..a207e8957cf37d4aa3f1590b26f699587682b902 100644 (file)
@@ -24,6 +24,7 @@
 #define AFS_NAMEI_ENV     1   /* User space interface to file system */
 
 #define AFS_64BIT_ENV          1     /* Defines afs_int32 as int, not long. */
+#define AFS_64BIT_CLIENT       1
 
 #define AFS_64BITPOINTER_ENV   1     /* pointers are 64 bits. */
 
index 350a89850b9d87f98b9aab4f605b812eac717f2d..3ee2508c419eebfa23a0286d6b4fb1d5e80a483d 100644 (file)
@@ -21,6 +21,8 @@
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
 #define AFS_SYSCALL 137
+#define AFS_64BIT_ENV  1
+#define AFS_64BIT_CLIENT       1
 #define AFS_64BIT_IOPS_ENV  1
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
index 8a8f7815530ec8cdfd143c5ab9c7e15958b1dfe9..986abb73f6d75c11e85334d581b0a692434e78b4 100644 (file)
@@ -31,6 +31,8 @@
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
 #define AFS_SYSCALL 137
+#define AFS_64BIT_ENV  1
+#define AFS_64BIT_CLIENT       1
 #define AFS_64BIT_IOPS_ENV  1
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
index b230627f6b3a2fd0b609daca250443333fb53d86..654a0848b6b4c0fe28b066fb3e4cd67aebce42ae 100644 (file)
@@ -36,6 +36,7 @@
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
 #define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
+#define AFS_64BIT_CLIENT       1
 #define AFS_32BIT_USR_ENV       1
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
 
index 2d008815deb304e1efbbbf6d872a9591cddcca06..015500c0796ad7c02be9c1b2b4525c6a52b2482c 100644 (file)
@@ -30,6 +30,8 @@
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
 #define AFS_SYSCALL 227
+#define AFS_64BIT_ENV  1
+#define AFS_64BIT_CLIENT       1
 #define AFS_64BIT_IOPS_ENV  1
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */