]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Avoid redefinition errors for AFS_NONFSTRANS
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Mon, 28 Sep 2009 09:41:52 +0000 (11:41 +0200)
committerDerrick Brashear <shadow|account-1000005@unknown>
Mon, 28 Sep 2009 09:57:44 +0000 (02:57 -0700)
Some parts of the build provide -DAFS_NONFSTRANS on the command line.
This causes an error when the 'param' file redefines it. Fix this
by #undef ing the token before defining it.

Reviewed-on: http://gerrit.openafs.org/510
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
60 files changed:
src/config/param.alpha_nbsd15.h
src/config/param.alpha_nbsd16.h
src/config/param.amd64_fbsd_53.h
src/config/param.amd64_fbsd_70.h
src/config/param.amd64_fbsd_71.h
src/config/param.amd64_fbsd_80.h
src/config/param.i386_dfbsd_23.h
src/config/param.i386_fbsd_42.h
src/config/param.i386_fbsd_43.h
src/config/param.i386_fbsd_44.h
src/config/param.i386_fbsd_45.h
src/config/param.i386_fbsd_46.h
src/config/param.i386_fbsd_47.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_fbsd_60.h
src/config/param.i386_fbsd_61.h
src/config/param.i386_fbsd_62.h
src/config/param.i386_fbsd_70.h
src/config/param.i386_fbsd_71.h
src/config/param.i386_fbsd_80.h
src/config/param.i386_nbsd15.h
src/config/param.i386_nbsd16.h
src/config/param.linux22.h
src/config/param.linux24.h
src/config/param.linux26.h
src/config/param.nbsd15.h
src/config/param.nbsd16.h
src/config/param.nbsd20.h
src/config/param.nbsd21.h
src/config/param.nbsd30.h
src/config/param.nbsd40.h
src/config/param.obsd31.h
src/config/param.obsd32.h
src/config/param.obsd33.h
src/config/param.obsd34.h
src/config/param.obsd35.h
src/config/param.obsd36.h
src/config/param.obsd37.h
src/config/param.obsd38.h
src/config/param.obsd39.h
src/config/param.obsd40.h
src/config/param.obsd41.h
src/config/param.obsd42.h
src/config/param.obsd43.h
src/config/param.obsd44.h
src/config/param.obsd45.h
src/config/param.ppc_darwin_12.h
src/config/param.ppc_darwin_13.h
src/config/param.ppc_darwin_14.h
src/config/param.ppc_darwin_60.h
src/config/param.ppc_darwin_70.h
src/config/param.ppc_darwin_80.h
src/config/param.ppc_darwin_90.h
src/config/param.ppc_nbsd16.h
src/config/param.x86_darwin_100.h
src/config/param.x86_darwin_80.h
src/config/param.x86_darwin_90.h

index 315038cfb79184dcdcb8d1a78168dff172c9603a..3e1f78224f3889080c57291f54a18b858389b813 100644 (file)
@@ -30,6 +30,7 @@
 #define AFS_VFSINCL_ENV         1
 #define AFS_NBSD_ENV           1
 #define AFS_NBSD15_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV
 
index 9db83087f324ade2b97093647089ab27ae099342..717d82a45d513c51a326ac9e1e0506301f5c63de 100644 (file)
@@ -30,6 +30,7 @@
 #define AFS_VFSINCL_ENV         1
 #define AFS_NBSD_ENV           1
 #define AFS_NBSD15_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV
 
index 79f229d70df52e5150aef08cd9b32ec81ca05630..7ebc01f2303697066a9905ddfa7577ee0172c299 100644 (file)
@@ -35,6 +35,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -149,6 +150,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD52_ENV     1
 #define AFS_USR_FBSD53_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 775e1ea005738992983ab32debdc56bd4ee41f45..2a54ea6071d9d9c6b9b154ad22826fe1dd672c1a 100644 (file)
@@ -53,6 +53,7 @@
 #define AFS_X86_FBSD62_ENV 1
 #define AFS_X86_FBSD70_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -162,6 +163,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD61_ENV     1
 #define AFS_USR_FBSD70_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 1f4185cde32aac4eeb227cdc17ccb323bdd716ab..0134b6ee87debee6cb13d721d95c013e534aae79 100644 (file)
@@ -55,6 +55,7 @@
 #define AFS_X86_FBSD70_ENV 1
 #define AFS_X86_FBSD71_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -165,6 +166,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD70_ENV     1
 #define AFS_USR_FBSD71_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 367817420354431532a9a148804c4b733c36d8d2..8c109ccc8ea5d7ba6a6e97e8b1b2827a9132ba3b 100644 (file)
@@ -57,6 +57,7 @@
 #define AFS_X86_FBSD71_ENV 1
 #define AFS_X86_FBSD80_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -168,6 +169,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD71_ENV     1
 #define AFS_USR_FBSD80_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index f19a80fcd96a51e7266889d924647d0e08d085d5..677ef8f0cafe6fa4aa4f6c7a2123bdf4551a5351 100644 (file)
@@ -32,6 +32,7 @@
 #define AFS_X86_DFBSD22_ENV 1
 #define AFS_X86_DFBSD23_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -129,6 +130,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_DFBSD22_ENV    1
 #define AFS_USR_DFBSD23_ENV    1
 #define AFS_USR_DFBSD_ENV      1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS          1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 806d816e5736f64962e1779c307025b9c53e09d4..82789b85db764115035a86f2a8cba61a0b7d70ac 100644 (file)
@@ -21,6 +21,7 @@
 #define AFS_X86_FBSD40_ENV 1
 #define AFS_X86_FBSD42_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -133,6 +134,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD40_ENV     1
 #define AFS_USR_FBSD42_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index 3ab70b0500ca849135345ee0f8032ca8ecb3aa6d..b3ea04b0040c4b17b41ad288b09e383ee0e5f700 100644 (file)
@@ -23,6 +23,7 @@
 #define AFS_X86_FBSD42_ENV 1
 #define AFS_X86_FBSD43_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -136,6 +137,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD42_ENV     1
 #define AFS_USR_FBSD43_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index 426ac175100b7f55a782a6fbb0f1698b84e459b8..aabbea05669e948101d3e02ee2eb3457b2b64927 100644 (file)
@@ -25,6 +25,7 @@
 #define AFS_X86_FBSD43_ENV 1
 #define AFS_X86_FBSD44_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -139,6 +140,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD43_ENV     1
 #define AFS_USR_FBSD44_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index beb3100f706a28e7c531e1c3c837ef12b31b486b..2b76f037461f54abeb776c9a2d4f981b4e969968 100644 (file)
@@ -26,6 +26,7 @@
 #define AFS_X86_FBSD43_ENV 1
 #define AFS_X86_FBSD45_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -141,6 +142,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD44_ENV     1
 #define AFS_USR_FBSD45_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index b42fc618b4f94b3d847a226eeffc0d7f5fbb0a8f..66686ff614c147bafebe04e1173cfdf769d3abd1 100644 (file)
@@ -27,6 +27,7 @@
 #define AFS_X86_FBSD43_ENV 1
 #define AFS_X86_FBSD46_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -143,6 +144,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD45_ENV     1
 #define AFS_USR_FBSD46_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index c2c7729771fb6fcbd40dc8044a95c19fd2ba0fc8..1a5e9f268147af9cdf33e6f20b9c694fda33d4ef 100644 (file)
@@ -29,6 +29,7 @@
 #define AFS_X86_FBSD46_ENV 1
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -146,6 +147,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD46_ENV     1
 #define AFS_USR_FBSD47_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index 14bb1f8b9a894a4e0b9e935559de0bfb3868d2d0..0bb4449f54dc08f24481b40938a96e5dc81546b5 100644 (file)
@@ -32,6 +32,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -149,6 +150,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD47_ENV     1
 #define AFS_USR_FBSD50_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 96f6202df1de979534f2c5b2e1cd4fde96cce60c..41c315b4f74e289fddfff49c3dab754a1697f0f9 100644 (file)
@@ -33,6 +33,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -151,6 +152,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD50_ENV     1
 #define AFS_USR_FBSD51_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 1234efc8e0d26d703473d41842965ad3ebb629a1..07e7673697a1e27329808678d884948df8a68636 100644 (file)
@@ -34,6 +34,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -153,6 +154,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD51_ENV     1
 #define AFS_USR_FBSD52_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 86cc371d7e7852d7862886627e6a83dce3d10fc7..bc0439e9160e773acfcd25efda849ed23c15bff3 100644 (file)
@@ -35,6 +35,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -149,6 +150,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD52_ENV     1
 #define AFS_USR_FBSD53_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 051c0eab96552cba93336773eab6eeded5f48d3c..17c4ddee7bfa55b33be0973df84b355888409cf9 100644 (file)
@@ -36,6 +36,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -151,6 +152,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD53_ENV     1
 #define AFS_USR_FBSD60_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 895a552e96ff51b9a97f073e319f59e75baf6697..dfef61eae8dfa0234c9b158e3befd2a46c55ee27 100644 (file)
@@ -46,6 +46,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -154,6 +155,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD60_ENV     1
 #define AFS_USR_FBSD61_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 1e1e5d4f5cd95ede7688c2dc1f50418cd0b8cf7e..c574fabd722e2a12f22c4d59425c481fc24eb5ce 100644 (file)
@@ -50,6 +50,7 @@
 #define AFS_X86_FBSD60_ENV 1
 #define AFS_X86_FBSD62_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -159,6 +160,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD61_ENV     1
 #define AFS_USR_FBSD62_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index e2b74b8f042a36c143e5510d9b16964c683ce84a..b89ba2f72b36fdf3603c97808835e7871a53263c 100644 (file)
@@ -52,6 +52,7 @@
 #define AFS_X86_FBSD62_ENV 1
 #define AFS_X86_FBSD70_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -161,6 +162,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD61_ENV     1
 #define AFS_USR_FBSD70_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index f141cf9baeefc8fbb271e1c65feca842b8deebd0..bd195d5dd712f349e17dfa6da4a5b43bb81808f6 100644 (file)
@@ -54,6 +54,7 @@
 #define AFS_X86_FBSD70_ENV 1
 #define AFS_X86_FBSD71_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -164,6 +165,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD70_ENV     1
 #define AFS_USR_FBSD71_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 3342de2c12942f58eb07117291d71a4cb4ec5ddb..3afa735d4b98523218140d8444c9d8c5e9dd0861 100644 (file)
@@ -56,6 +56,7 @@
 #define AFS_X86_FBSD71_ENV 1
 #define AFS_X86_FBSD80_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -167,6 +168,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD71_ENV     1
 #define AFS_USR_FBSD80_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index bd9db0686d1aed08123d7f1c4470580f709e3bd5..a27b33d34a386a7f8a9a83cc57bfcbb21825e605 100644 (file)
@@ -30,6 +30,7 @@
 #define AFS_VFSINCL_ENV         1
 #define AFS_NBSD_ENV           1
 #define AFS_NBSD15_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV
 
index fe0944e61c986faf618f4c0e81d379a027255588..08facf559f3b45721f7e1d8c3eea4b0189f45bbc 100644 (file)
@@ -32,6 +32,7 @@
 #define AFS_VFSINCL_ENV         1
 #define AFS_NBSD_ENV           1
 #define AFS_NBSD15_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV
 
index 5b3b7aeb0f94949096b010050d870bfeb5096bf1..9260980de15c8f9e5c6ee9fca27b17f1c8536368 100644 (file)
@@ -21,6 +21,7 @@
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
 #define AFS_64BIT_CLIENT       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_USERSPACE_IP_ADDR  1
 #define RXK_LISTENER_ENV       1
@@ -78,6 +79,7 @@
 #define AFS_USR_LINUX22_ENV    1
 
 #define AFS_ENV                        1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS                 1
 #define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
 #define AFS_64BIT_IOPS_ENV     1
index 3abd72ba9a23fb2cf474b47c868453e60312fdaa..391f7844e5f04bffb6479a48871aebcfb2e13e8e 100644 (file)
@@ -22,6 +22,7 @@
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
 #define AFS_64BIT_CLIENT       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_USERSPACE_IP_ADDR  1
 #define RXK_LISTENER_ENV       1
@@ -82,6 +83,7 @@
 #define AFS_USR_LINUX24_ENV    1
 
 #define AFS_ENV                        1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS                 1
 #define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
 #define AFS_64BIT_IOPS_ENV     1
index 49247da81e73ed10cb44d7bc702d9ea6d37251f7..249827e006cad829e4e394327ccf0ba84ec64c03 100644 (file)
@@ -23,6 +23,7 @@
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
 #define AFS_64BIT_CLIENT       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_USERSPACE_IP_ADDR  1
 #define RXK_LISTENER_ENV       1
@@ -63,6 +64,7 @@
 #define AFS_USR_LINUX26_ENV    1
 
 #define AFS_ENV                        1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS                 1
 #define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
 #define AFS_64BIT_IOPS_ENV     1
index e2c32ae91a4d3662ccfd0ff290415093c9091446..121a9c1173d43e3768ddee348f2f331c6ba9f74b 100644 (file)
@@ -15,6 +15,7 @@
 #define AFS_64BIT_IOPS_ENV 1   /* Needed for NAMEI */
 #define AFS_NBSD_ENV 1
 #define AFS_NBSD15_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV 1
 #define FTRUNC O_TRUNC
index 330279f451ecf69e4b7ace492a453ee1c0a659b6..efe2dab063358f1e2d0e2bc09fe3f2ada687ac99 100644 (file)
@@ -16,6 +16,7 @@
 #define AFS_NBSD_ENV 1
 #define AFS_NBSD15_ENV 1
 #define AFS_NBSD16_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV 1
 #define FTRUNC O_TRUNC
index 3bc7f399a2da39bd1fb880af58bf3569b7318e6e..712012e9460eee95690d949e7374c36ee2b32567 100644 (file)
@@ -21,6 +21,7 @@
 #define AFS_NBSD15_ENV 1
 #define AFS_NBSD16_ENV 1
 #define AFS_NBSD20_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV 1
 
index d1cc9f480df9d5e22f8c0a5490b902a2ef850d26..b20d2bec589da5623748af03b9818e77326c091e 100644 (file)
@@ -21,6 +21,7 @@
 #define AFS_NBSD15_ENV 1
 #define AFS_NBSD16_ENV 1
 #define AFS_NBSD20_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV 1
 
index c1525d5d23af8b21223620217705429a86d58063..857ca5950bcdc45ac24326f48504d1af30589b18 100644 (file)
@@ -22,6 +22,7 @@
 #define AFS_NBSD16_ENV 1
 #define AFS_NBSD20_ENV 1
 #define AFS_NBSD30_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_VFSINCL_ENV 1
index 8acf435a3b3d188c6c396126c34f877116cddc11..ba88ab0b75201c0fd6605253590dd5c27ffb0958 100644 (file)
@@ -23,6 +23,7 @@
 #define AFS_NBSD20_ENV 1
 #define AFS_NBSD30_ENV 1
 #define AFS_NBSD40_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_VFSINCL_ENV 1
index d99d87f71b140d39cd99fcbfbdc9e1f85a68b0f2..35db00a7eefc338a451a1e6c8bbcf8a6063f76d7 100644 (file)
@@ -22,6 +22,7 @@
 #define        AFS_OBSD_ENV            1
 #define        AFS_OBSD31_ENV          1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index d742d0699eb5bd62c373f38157889088d8900f06..f4b341f93da7c895ce56425f5fc81ddb1c062e0e 100644 (file)
@@ -21,6 +21,7 @@
 #define        AFS_OBSD31_ENV          1
 #define        AFS_OBSD32_ENV          1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index a53ae72481e2f12f16f8d7e0b76cd7a44082b0fe..014f4d40004506a3c1fb583b6877392aa66dd139 100644 (file)
@@ -22,6 +22,7 @@
 #define        AFS_OBSD32_ENV          1
 #define        AFS_OBSD33_ENV          1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 28ead2cceb267f32b152fa178ba9d3b98b326be6..ba3ecbb9e08f1e6b945465446c0a722e955854bc 100644 (file)
@@ -23,6 +23,7 @@
 #define        AFS_OBSD33_ENV          1
 #define AFS_OBSD34_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index c47e2626af291c4815c1b424494abb91a9dc0e00..0f830d9d3503825512dbecf7f611051c2669a6de 100644 (file)
@@ -23,6 +23,7 @@
 #define AFS_OBSD34_ENV         1
 #define AFS_OBSD35_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 3023b1d8efbe98c3cb82b4f5ac36f11647b4318a..351e972a185461ed1d04c0a68322a7d8dd50287e 100644 (file)
@@ -25,6 +25,7 @@
 #define AFS_OBSD35_ENV         1
 #define AFS_OBSD36_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 7c18bd41be035a1b3ae7241374202f2ae25978af..264c7442bc90d40b505b05dbb3296d4291c904b7 100644 (file)
@@ -26,6 +26,7 @@
 #define AFS_OBSD36_ENV         1
 #define AFS_OBSD37_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 9d120200a26e35b9b518c8002d1d34d264fa378f..3e68922aee267ba0205c22cc805c5493718fa244 100644 (file)
@@ -27,6 +27,7 @@
 #define AFS_OBSD37_ENV         1
 #define AFS_OBSD38_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index b4dc97c8a1bf645511b77562b5eb2ee3d3d1409f..9fe99cf95ff39810c2a625cdd1caf71bba52fe06 100644 (file)
@@ -31,6 +31,7 @@
 #define AFS_OBSD38_ENV         1
 #define AFS_OBSD39_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 9a14f2cb28ee71f27adde2676fd717b4d5affb5d..3bc48b14d39d2b8fdf37de6cd14b5a44f4961773 100644 (file)
@@ -29,6 +29,7 @@
 #define AFS_OBSD39_ENV         1
 #define AFS_OBSD40_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 11c8494d5f4b380c7c15eb64eaea24fc8cecc48e..c4e652204997d23b94d38504b2507d9aa28feccf 100644 (file)
@@ -30,6 +30,7 @@
 #define AFS_OBSD40_ENV         1
 #define AFS_OBSD41_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index a83da3354e71ea5b11f689e60f16ec29b3b13913..c6905e210b58145a52d0bd4729ccfefdfca6d81a 100644 (file)
@@ -31,6 +31,7 @@
 #define AFS_OBSD41_ENV         1
 #define AFS_OBSD42_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index e0cbb3189d2df539267b3e0cd1dc8481e2e61aae..4a5cd39dade38c2bf8e6794693cf22d75672d564 100644 (file)
@@ -32,6 +32,7 @@
 #define AFS_OBSD42_ENV         1
 #define AFS_OBSD43_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 8b96c2220a13911b10fb67c06e44b41457f40903..f950b509af47cd3b1059be2841e9d9990e853b3e 100644 (file)
@@ -33,6 +33,7 @@
 #define AFS_OBSD43_ENV         1
 #define AFS_OBSD44_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 7a1da37c27dbcc12e49eb65da69cdec7b13a321f..9fd79f066586dda33fd5f40c7b4145c3d08a69ff 100644 (file)
@@ -33,6 +33,7 @@
 #define AFS_OBSD43_ENV         1
 #define AFS_OBSD44_ENV         1
 #define AFS_OBSD45_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 7d2b162aad52f62d0c5febc1c60b2344d10169ce..ea41ec00b7aaaf7ec872102497627778f814e731 100644 (file)
@@ -12,6 +12,7 @@
 #include <afs/afs_sysnames.h>
 
 #define AFS_DARWIN_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
@@ -76,6 +77,7 @@
 #include <afs/afs_sysnames.h>
 #define AFS_USERSPACE_ENV
 #define AFS_USR_DARWIN_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index 2c36b97f316f8d00bd5a9f5ac2f659ae3f5cf55e..aac7925281c7199cc2d04f4001ee4072b99ff87c 100644 (file)
@@ -13,6 +13,7 @@
 
 #define AFS_DARWIN_ENV
 #define AFS_DARWIN13_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
@@ -79,6 +80,7 @@
 #define AFS_USERSPACE_ENV
 #define AFS_USR_DARWIN_ENV
 #define AFS_USR_DARWIN13_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index cb46448047edd1f97ce7a3f983b94d25ce4e7b3a..406b5de6e8706f0e56156235fcb28eecd7769d0e 100644 (file)
@@ -14,6 +14,7 @@
 #define AFS_DARWIN_ENV
 #define AFS_DARWIN13_ENV
 #define AFS_DARWIN14_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
@@ -83,6 +84,7 @@
 #define AFS_USR_DARWIN_ENV
 #define AFS_USR_DARWIN13_ENV
 #define AFS_USR_DARWIN14_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index 7083302431fb79273f4b94de52c5355d3fe97e98..13fa536109571c034b6bd5298a9f04994d6325ad 100644 (file)
@@ -15,6 +15,7 @@
 #define AFS_DARWIN13_ENV
 #define AFS_DARWIN14_ENV
 #define AFS_DARWIN60_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
@@ -85,6 +86,7 @@
 #define AFS_USR_DARWIN13_ENV
 #define AFS_USR_DARWIN14_ENV
 #define AFS_USR_DARWIN60_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 
index a40c9ab41d690fbbb0b8ec7f879b587fd815680e..eaddf3648518b6ffdbd96bd39fca8c1d488706a3 100644 (file)
@@ -17,6 +17,7 @@
 #define AFS_DARWIN14_ENV
 #define AFS_DARWIN60_ENV
 #define AFS_DARWIN70_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
@@ -92,6 +93,7 @@
 #define AFS_USR_DARWIN14_ENV
 #define AFS_USR_DARWIN60_ENV
 #define AFS_USR_DARWIN70_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index 447508209d7ab8b9b50be3fa2d441612a03a7f91..bef7fffbf09a1abca74b3ab2caac39d5632e7625 100644 (file)
@@ -25,6 +25,7 @@
 #define AFS_DARWIN60_ENV
 #define AFS_DARWIN70_ENV
 #define AFS_DARWIN80_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
 #define AFS_USR_DARWIN60_ENV
 #define AFS_USR_DARWIN70_ENV
 #define AFS_USR_DARWIN80_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index a62b8556e74023e037a03cfe3fe7a37e33a9c7c5..2e4bdf65c8209c799f420bfbe45e9d11eed22def 100644 (file)
@@ -26,6 +26,7 @@
 #define AFS_DARWIN70_ENV
 #define AFS_DARWIN80_ENV
 #define AFS_DARWIN90_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
 #define AFS_USR_DARWIN70_ENV
 #define AFS_USR_DARWIN80_ENV
 #define AFS_USR_DARWIN90_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index 476f131a80109a665b2c6ec3edeaf4f004afd012..f97e68ce4c6637fef22bf89b96792e632976635c 100644 (file)
@@ -27,6 +27,7 @@
 #define AFS_VFSINCL_ENV         1
 #define AFS_NBSD_ENV           1
 #define AFS_NBSD15_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV
 
index b45d6fd5162d2d8d1cfa413a15b98a063b3554b3..a560d483948dcc9664e6d40957273cbc75ca1bb9 100644 (file)
@@ -27,6 +27,7 @@
 #define AFS_DARWIN80_ENV
 #define AFS_DARWIN90_ENV
 #define AFS_DARWIN100_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
 #define AFS_USR_DARWIN80_ENV
 #define AFS_USR_DARWIN90_ENV
 #define AFS_USR_DARWIN100_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index f099a51fa85438cbc49bd4556b1b5cac6e40b808..68b3334d3d526dddea335569d4ad95e48ec43014 100644 (file)
@@ -25,6 +25,7 @@
 #define AFS_DARWIN60_ENV
 #define AFS_DARWIN70_ENV
 #define AFS_DARWIN80_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
 #define AFS_USR_DARWIN60_ENV
 #define AFS_USR_DARWIN70_ENV
 #define AFS_USR_DARWIN80_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index a62b8556e74023e037a03cfe3fe7a37e33a9c7c5..2e4bdf65c8209c799f420bfbe45e9d11eed22def 100644 (file)
@@ -26,6 +26,7 @@
 #define AFS_DARWIN70_ENV
 #define AFS_DARWIN80_ENV
 #define AFS_DARWIN90_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
 #define AFS_USR_DARWIN70_ENV
 #define AFS_USR_DARWIN80_ENV
 #define AFS_USR_DARWIN90_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0