]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
param-file-64-bit-scalar-updates-20090319
authorDerrick Brashear <shadow@dementia.org>
Fri, 20 Mar 2009 03:12:11 +0000 (03:12 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 20 Mar 2009 03:12:11 +0000 (03:12 +0000)
LICENSE IPL10

64 bit scalar type availability

src/config/param.hp_ux110.h
src/config/param.hp_ux11i.h
src/config/param.linux24.h
src/config/param.linux26.h

index fbc5b3d39dea1f02681bde244357237c9d7baad1..5103b02be048437b8d3fc72f9e751d44ba2f04bd 100644 (file)
@@ -123,6 +123,7 @@ struct uio;
 #define AFS_GREEDY43_ENV       1       /* Used only in rx/rx_user.c */
 #define AFS_ENV                        1
 #define AFS_USR_HPUX_ENV       1
+#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
 
 #include <afs/afs_sysnames.h>
 
index 62b4881bd190fe2298d7ed0464c06afc5eb506b4..948245c0304e000783f8d487dc98caa1d9a36506 100644 (file)
@@ -126,6 +126,7 @@ struct uio;
 #define AFS_GREEDY43_ENV       1       /* Used only in rx/rx_user.c */
 #define AFS_ENV                        1
 #define AFS_USR_HPUX_ENV       1
+#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
 
 #include <afs/afs_sysnames.h>
 
index a6e2e3253187044d863b2588b58addd8115b6f70..3abd72ba9a23fb2cf474b47c868453e60312fdaa 100644 (file)
@@ -85,6 +85,7 @@
 #define AFS_NONFSTRANS                 1
 #define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
 #define AFS_64BIT_IOPS_ENV     1
+#define AFS_64BIT_ENV          1
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_USERSPACE_IP_ADDR  1
 #define RXK_LISTENER_ENV       1
index 1a05b081778a0efe01de062bd3ed7291067b72b0..49247da81e73ed10cb44d7bc702d9ea6d37251f7 100644 (file)
@@ -66,6 +66,7 @@
 #define AFS_NONFSTRANS                 1
 #define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
 #define AFS_64BIT_IOPS_ENV     1
+#define AFS_64BIT_ENV          1
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_USERSPACE_IP_ADDR  1
 #define RXK_LISTENER_ENV       1