From: Derrick Brashear Date: Mon, 9 Aug 2004 05:07:33 +0000 (+0000) Subject: enable-largefile-clients-20040808 X-Git-Tag: BP-openafs-stable-1_4_x~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=aa72caacc4092bb29bd13df19f2e19456d48c8cc;p=packages%2Fo%2Fopenafs.git enable-largefile-clients-20040808 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. --- diff --git a/src/config/param.alpha_dux51.h b/src/config/param.alpha_dux51.h index de3a26dec..e042e39df 100644 --- a/src/config/param.alpha_dux51.h +++ b/src/config/param.alpha_dux51.h @@ -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 diff --git a/src/config/param.amd64_linux24.h b/src/config/param.amd64_linux24.h index b0d3251c0..16e5a9c96 100644 --- a/src/config/param.amd64_linux24.h +++ b/src/config/param.amd64_linux24.h @@ -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. */ diff --git a/src/config/param.hp_ux11i.h b/src/config/param.hp_ux11i.h index e5bd9377f..57730f2d4 100644 --- a/src/config/param.hp_ux11i.h +++ b/src/config/param.hp_ux11i.h @@ -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 diff --git a/src/config/param.i386_fbsd_50.h b/src/config/param.i386_fbsd_50.h index 4e18c1985..14bb1f8b9 100644 --- a/src/config/param.i386_fbsd_50.h +++ b/src/config/param.i386_fbsd_50.h @@ -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 diff --git a/src/config/param.i386_fbsd_51.h b/src/config/param.i386_fbsd_51.h index da1fc487b..96f6202df 100644 --- a/src/config/param.i386_fbsd_51.h +++ b/src/config/param.i386_fbsd_51.h @@ -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 diff --git a/src/config/param.i386_fbsd_52.h b/src/config/param.i386_fbsd_52.h index be37ce029..1234efc8e 100644 --- a/src/config/param.i386_fbsd_52.h +++ b/src/config/param.i386_fbsd_52.h @@ -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 diff --git a/src/config/param.i386_fbsd_53.h b/src/config/param.i386_fbsd_53.h index d3cb1af20..86cc371d7 100644 --- a/src/config/param.i386_fbsd_53.h +++ b/src/config/param.i386_fbsd_53.h @@ -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 diff --git a/src/config/param.i386_nbsd20.h b/src/config/param.i386_nbsd20.h index 3bdd8351f..624858094 100644 --- a/src/config/param.i386_nbsd20.h +++ b/src/config/param.i386_nbsd20.h @@ -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 diff --git a/src/config/param.i386_obsd31.h b/src/config/param.i386_obsd31.h index 208607ac9..ec2b6d643 100644 --- a/src/config/param.i386_obsd31.h +++ b/src/config/param.i386_obsd31.h @@ -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 diff --git a/src/config/param.i386_obsd32.h b/src/config/param.i386_obsd32.h index 40a31eaf2..ae1a65c96 100644 --- a/src/config/param.i386_obsd32.h +++ b/src/config/param.i386_obsd32.h @@ -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 diff --git a/src/config/param.i386_obsd33.h b/src/config/param.i386_obsd33.h index 92bd31562..f31a16327 100644 --- a/src/config/param.i386_obsd33.h +++ b/src/config/param.i386_obsd33.h @@ -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 diff --git a/src/config/param.i386_obsd34.h b/src/config/param.i386_obsd34.h index ff3249fd4..78016daf2 100644 --- a/src/config/param.i386_obsd34.h +++ b/src/config/param.i386_obsd34.h @@ -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 diff --git a/src/config/param.i386_obsd36.h b/src/config/param.i386_obsd36.h index 5e991e387..4fb745486 100644 --- a/src/config/param.i386_obsd36.h +++ b/src/config/param.i386_obsd36.h @@ -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 diff --git a/src/config/param.ia64_hpux1122.h b/src/config/param.ia64_hpux1122.h index 8beef7fd8..598abe750 100644 --- a/src/config/param.ia64_hpux1122.h +++ b/src/config/param.ia64_hpux1122.h @@ -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 diff --git a/src/config/param.ia64_hpux1123.h b/src/config/param.ia64_hpux1123.h index 7632fe594..adb9d0534 100644 --- a/src/config/param.ia64_hpux1123.h +++ b/src/config/param.ia64_hpux1123.h @@ -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 diff --git a/src/config/param.ia64_linux24.h b/src/config/param.ia64_linux24.h index 14ee02d66..83f843392 100644 --- a/src/config/param.ia64_linux24.h +++ b/src/config/param.ia64_linux24.h @@ -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. */ diff --git a/src/config/param.parisc_linux24.h b/src/config/param.parisc_linux24.h index c8fdd239f..a4d71afb3 100644 --- a/src/config/param.parisc_linux24.h +++ b/src/config/param.parisc_linux24.h @@ -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 */ diff --git a/src/config/param.ppc64_linux24.h b/src/config/param.ppc64_linux24.h index f947013e1..a207e8957 100644 --- a/src/config/param.ppc64_linux24.h +++ b/src/config/param.ppc64_linux24.h @@ -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. */ diff --git a/src/config/param.ppc_linux24.h b/src/config/param.ppc_linux24.h index 350a89850..3ee2508c4 100644 --- a/src/config/param.ppc_linux24.h +++ b/src/config/param.ppc_linux24.h @@ -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 */ diff --git a/src/config/param.s390_linux24.h b/src/config/param.s390_linux24.h index 8a8f78155..986abb73f 100644 --- a/src/config/param.s390_linux24.h +++ b/src/config/param.s390_linux24.h @@ -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 */ diff --git a/src/config/param.sparc64_linux24.h b/src/config/param.sparc64_linux24.h index b230627f6..654a0848b 100644 --- a/src/config/param.sparc64_linux24.h +++ b/src/config/param.sparc64_linux24.h @@ -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. */ diff --git a/src/config/param.sparc_linux24.h b/src/config/param.sparc_linux24.h index 2d008815d..015500c07 100644 --- a/src/config/param.sparc_linux24.h +++ b/src/config/param.sparc_linux24.h @@ -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 */