]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
config: Updates to AFS_HAVE_STATVFS for FreeBSD
authorChas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Thu, 31 Jul 2014 15:14:57 +0000 (11:14 -0400)
committerD Brashear <shadow@your-file-system.com>
Wed, 6 Aug 2014 14:18:07 +0000 (10:18 -0400)
Always define AFS_HAVE_STATVFS.  According to the man page, statvfs()
appeared in FreeBSD 5.0.  Additionally, this macro is only used for
userspace which eliminates all disables except for FreeBSD 5.0 which
appears to have just been an oversight when the param file was created
from the 4.x param files.

Also fixes the comment so it reflects the actual choice.

Change-Id: Ibdcd694e9c4a0d0cecccd91a51962af6fb11ff36
Reviewed-on: http://gerrit.openafs.org/11344
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Garrett Wollman <wollman@csail.mit.edu>
Reviewed-by: D Brashear <shadow@your-file-system.com>
42 files changed:
src/config/param.amd64_fbsd_100.h
src/config/param.amd64_fbsd_101.h
src/config/param.amd64_fbsd_110.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_72.h
src/config/param.amd64_fbsd_73.h
src/config/param.amd64_fbsd_74.h
src/config/param.amd64_fbsd_80.h
src/config/param.amd64_fbsd_81.h
src/config/param.amd64_fbsd_82.h
src/config/param.amd64_fbsd_83.h
src/config/param.amd64_fbsd_84.h
src/config/param.amd64_fbsd_90.h
src/config/param.amd64_fbsd_91.h
src/config/param.amd64_fbsd_92.h
src/config/param.amd64_fbsd_93.h
src/config/param.i386_fbsd_100.h
src/config/param.i386_fbsd_101.h
src/config/param.i386_fbsd_110.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_72.h
src/config/param.i386_fbsd_73.h
src/config/param.i386_fbsd_74.h
src/config/param.i386_fbsd_80.h
src/config/param.i386_fbsd_81.h
src/config/param.i386_fbsd_82.h
src/config/param.i386_fbsd_83.h
src/config/param.i386_fbsd_84.h
src/config/param.i386_fbsd_90.h
src/config/param.i386_fbsd_91.h
src/config/param.i386_fbsd_92.h
src/config/param.i386_fbsd_93.h

index e3647a7bc40945e443162c570c6f005d8ca998ff..aa65c470992f7aed19e7359aa26579557505ffbf 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index 77543897441935e4b0976738193bce6c090f2d33..fbf5b07cb9f057ae0719943b8fee54b543b2b0f0 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index cc3c6cc527f2756d58d22be70ca52a23226dac04..0aff642e4db19431b537d7cf54ad360214e024ff 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index 170c4416ddac600cda207ec4646bf6af8c49f6fe..781dc94f993a6a4958d3b3af36fb4a81e3e1ba58 100644 (file)
@@ -58,7 +58,6 @@
 #define SYS_NAME_ID    SYS_NAME_ID_amd64_fbsd_53
 
 #define AFS_HAVE_FFS            1      /* Use system's ffs. */
-#define AFS_HAVE_STATVFS       0       /* System doesn't supports statvfs */
 
 #define RXK_LISTENER_ENV 1
 #define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
@@ -149,7 +148,7 @@ enum vcexcl { NONEXCL, EXCL };
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 #define        afsio_iov       uio_iov
index 1d9190577f50e896c22873855f1e8db2f1ffbad9..462c92e4f2887d4c28020f85d2f17cfd01145967 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index adcde94ae7e729e69c41b18fdf50bdf265829e24..47a771aac906af24513eefee3c7d5e6fc850580e 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index 98806c488be641e70db10fde6ac95d037d968273..559f0768db7776291eb3d3e31bd9a0f9443a2bd7 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index c0fa1300decd6177c2729199c768849069f32841..f9b97a88140fe46058a1320004f188cdfd16d282 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index 48a92688c4267abcb2b1cce3b15b69d496d5b6d8..a68d8036ea4fcb0195b25b441ed1a2a35c1d5faf 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index 44971868ae4b658bf61d8d102e70ffcccb0c799d..ad8b6f581cef1adb848336989facb52317ba6f38 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index 27d33eec316848ff65417ea46e0943e4fc888ee3..2a051280cb481777c9686e341b4521a7b7664f5a 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index 10853356188c44e9ca64cc6c2784a7a5efb720ee..51e3144c828444d6397aa2940007857831a503b4 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index b17845b60649d27add77eaee1a099e652ca053d0..deb0da027a57eb57d479dc55ea957bcabef4bb9e 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index b5a317d3d6b63dce44b84da4c0e5d03a583f0af3..547377bcfb8830613c5969f2351ea9e350e3b3a3 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index 355194e41bd6dad9baa087737acaf3ef3b7d7d94..0d61a66eabef6907a6866fe87598bf874c99dd54 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index a448776bef6c84a230e1b45b929267e8c2d672fc..5db81dc6d03a5fb9d795cae29829aab4ec2290de 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index dcc9392138c8100e2acee47ad59b6a1325f2750f..8f10faba1b6a1bece2b640b9bf39d68753f77fa2 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index 7f5d22f90da67bf3d927c71730ed7473384c610b..a8dc0c18bbcff6e606d23463ee289cae0a61880f 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index c1a892fce85f48bf4053349df4ec83188e4535cd..57582c79c02b420b76249c11b5cdf23dcb118334 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index 165bb27df927fad016f9b43f4c69ff26dfc15a1e..da42eae81ace8fea08a5dd9648221664a7afd49d 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index 1b107d250fc50caf8455c55437b8cb80bcf0cf8b..88bc4d1493baa1d64b3df7d7e6a8e3fb61fa1c18 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index 227a736496a7a61a931ad5e629094f529c2498ff..e040dc933220c2431257c026dc4559d577b5a14a 100644 (file)
@@ -55,7 +55,6 @@
 #define SYS_NAME_ID    SYS_NAME_ID_i386_fbsd_50
 
 #define AFS_HAVE_FFS            1      /* Use system's ffs. */
-#define AFS_HAVE_STATVFS       0       /* System doesn't supports statvfs */
 
 #define RXK_LISTENER_ENV 1
 #define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
@@ -148,7 +147,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define SYS_NAME_ID    SYS_NAME_ID_i386_fbsd_50
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 #define        afsio_iov       uio_iov
index 516d2b10427286d482c30781fa4c64e7e9fe8e6e..ffee63d85ec39b0b03d7d717be0add3b8e30caba 100644 (file)
@@ -56,7 +56,6 @@
 #define SYS_NAME_ID    SYS_NAME_ID_i386_fbsd_51
 
 #define AFS_HAVE_FFS            1      /* Use system's ffs. */
-#define AFS_HAVE_STATVFS       0       /* System doesn't supports statvfs */
 
 #define RXK_LISTENER_ENV 1
 #define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
@@ -150,7 +149,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define SYS_NAME_ID    SYS_NAME_ID_i386_fbsd_51
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 #define        afsio_iov       uio_iov
index a9183bdc6eba273b95e01b86abe3bca887fd2b17..98a24920573ac293ed9b8f6ef9a622e8bf33bf39 100644 (file)
@@ -57,7 +57,6 @@
 #define SYS_NAME_ID    SYS_NAME_ID_i386_fbsd_52
 
 #define AFS_HAVE_FFS            1      /* Use system's ffs. */
-#define AFS_HAVE_STATVFS       0       /* System doesn't supports statvfs */
 
 #define RXK_LISTENER_ENV 1
 #define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
@@ -152,7 +151,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define SYS_NAME_ID    SYS_NAME_ID_i386_fbsd_52
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 #define        afsio_iov       uio_iov
index 3e229e288e37d27863cdc6965aa4aef97f2fd204..395527c2b9590b1f1689b0ae041a77d2552d0732 100644 (file)
@@ -58,7 +58,6 @@
 #define SYS_NAME_ID    SYS_NAME_ID_i386_fbsd_53
 
 #define AFS_HAVE_FFS            1      /* Use system's ffs. */
-#define AFS_HAVE_STATVFS       0       /* System doesn't supports statvfs */
 
 #define RXK_LISTENER_ENV 1
 #define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
@@ -148,7 +147,7 @@ enum vcexcl { NONEXCL, EXCL };
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 #define        afsio_iov       uio_iov
index 3f916090f4c06cb4bdd7db89052f9b87d40f273d..97fa34e264f5ad3f8c98adb068ba9a7a3ee46bed 100644 (file)
@@ -59,7 +59,6 @@
 #define SYS_NAME_ID    SYS_NAME_ID_i386_fbsd_60
 
 #define AFS_HAVE_FFS            1      /* Use system's ffs. */
-#define AFS_HAVE_STATVFS       0       /* System doesn't supports statvfs */
 
 #define RXK_LISTENER_ENV 1
 #define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
@@ -150,7 +149,7 @@ enum vcexcl { NONEXCL, EXCL };
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 #define        afsio_iov       uio_iov
index e8be39354ee3c937876a52092bd604373d1e0eac..39f695e5a2265397e2efa73263150ee9930e0960 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 #ifndef UKERNEL
index bb765da6c368310d446ed336a3c80b2e993ebf1b..661d6c643e0f7c66f1db0e747c06067b3455ae15 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 
 
index 0a8584d3e227dc09429a75d96d76c393e22d734a..136d28a42e53316ecca4d22d81e10059292ec9b6 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index 47b510936182f5f06e2b3a59d39aaf1ca00bc518..d79c9c53f89b7cf76d62dbd61b733980d3230213 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index e1bca7e2bf753182ed16df4273c251f74a64dc3c..f94dd817ee3a8ac23442152c699d07c128939767 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index d83a478948534de51248b1d3d43ac3fc9e1f931f..5bf824a158f440f95bb31e800d195a051bb2b771 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index ce8754ab24a89f249072ded649eb74266f5bc1b6..5d051b09c30725568b052d8fd2df7647a6e5f0b6 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index 40f2bd4f5683ad7fda1af7d08f04620c59ff84d0..37f4d3ad5c6afcaad8d1ee7d49d5ae5d57ec76ae 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index ce9652f2d92b39d876ff2786d991f3d835ef1de5..73a0cb935459c45a7d6a19d8d50b6baad527719a 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index 7ae9b5a04f628ed00482321ec233ef396fcc8410..452a3ed5ae48bf9a7615c63f9ae6c7395f67ecc2 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index 8176f12aaeaba1b833e0f961f8249137c8c829e3..81fa0a16c744fc3f2ce1e91577d5934d0d2f1724 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index b3d32ef7a0bdee38003b16c3b12c57a9bb8ccd8f..920939bae14f70959be050067c92fe951ff8744e 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index c86099a2d4bdb2d862e3f84b6210a0e01f316969..e226b0f286c743f5cc39443b86853203b368f7b8 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index d66908440bdc1c877697721179dc3eb4b3c6ec0c..a1d094c5e25597342e0e80c7da3a4b6e827dd61b 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index e2c1a06e2a1963b6c30c4340a46007eff825f005..ea4905132049b88305741c70b866670125371fac 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */
 
index 79c304746d89ecad86f3858eace911b83af1eefc..8b67d910ccdd789dd9893bd346e870319a42fafb 100644 (file)
@@ -7,7 +7,7 @@
 
 #define AFSLITTLE_ENDIAN    1
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    1  /* System doesn't support statvfs */
+#define AFS_HAVE_STATVFS    1  /* System does support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
 #define AFS_FAKEOPEN_ENV    1   /* call afs_FakeOpen as if !AFS_VM_RDWR */