From 9d61dd420df47cff6926ea5daa510527b243b13b Mon Sep 17 00:00:00 2001 From: "Chas Williams (CONTRACTOR)" Date: Thu, 31 Jul 2014 11:14:57 -0400 Subject: [PATCH] config: Updates to AFS_HAVE_STATVFS for FreeBSD 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 Reviewed-by: Garrett Wollman Reviewed-by: D Brashear --- src/config/param.amd64_fbsd_100.h | 2 +- src/config/param.amd64_fbsd_101.h | 2 +- src/config/param.amd64_fbsd_110.h | 2 +- src/config/param.amd64_fbsd_53.h | 3 +-- src/config/param.amd64_fbsd_70.h | 2 +- src/config/param.amd64_fbsd_71.h | 2 +- src/config/param.amd64_fbsd_72.h | 2 +- src/config/param.amd64_fbsd_73.h | 2 +- src/config/param.amd64_fbsd_74.h | 2 +- src/config/param.amd64_fbsd_80.h | 2 +- src/config/param.amd64_fbsd_81.h | 2 +- src/config/param.amd64_fbsd_82.h | 2 +- src/config/param.amd64_fbsd_83.h | 2 +- src/config/param.amd64_fbsd_84.h | 2 +- src/config/param.amd64_fbsd_90.h | 2 +- src/config/param.amd64_fbsd_91.h | 2 +- src/config/param.amd64_fbsd_92.h | 2 +- src/config/param.amd64_fbsd_93.h | 2 +- src/config/param.i386_fbsd_100.h | 2 +- src/config/param.i386_fbsd_101.h | 2 +- src/config/param.i386_fbsd_110.h | 2 +- src/config/param.i386_fbsd_50.h | 3 +-- src/config/param.i386_fbsd_51.h | 3 +-- src/config/param.i386_fbsd_52.h | 3 +-- src/config/param.i386_fbsd_53.h | 3 +-- src/config/param.i386_fbsd_60.h | 3 +-- src/config/param.i386_fbsd_61.h | 2 +- src/config/param.i386_fbsd_62.h | 2 +- src/config/param.i386_fbsd_70.h | 2 +- src/config/param.i386_fbsd_71.h | 2 +- src/config/param.i386_fbsd_72.h | 2 +- src/config/param.i386_fbsd_73.h | 2 +- src/config/param.i386_fbsd_74.h | 2 +- src/config/param.i386_fbsd_80.h | 2 +- src/config/param.i386_fbsd_81.h | 2 +- src/config/param.i386_fbsd_82.h | 2 +- src/config/param.i386_fbsd_83.h | 2 +- src/config/param.i386_fbsd_84.h | 2 +- src/config/param.i386_fbsd_90.h | 2 +- src/config/param.i386_fbsd_91.h | 2 +- src/config/param.i386_fbsd_92.h | 2 +- src/config/param.i386_fbsd_93.h | 2 +- 42 files changed, 42 insertions(+), 48 deletions(-) diff --git a/src/config/param.amd64_fbsd_100.h b/src/config/param.amd64_fbsd_100.h index e3647a7bc..aa65c4709 100644 --- a/src/config/param.amd64_fbsd_100.h +++ b/src/config/param.amd64_fbsd_100.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_101.h b/src/config/param.amd64_fbsd_101.h index 775438974..fbf5b07cb 100644 --- a/src/config/param.amd64_fbsd_101.h +++ b/src/config/param.amd64_fbsd_101.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_110.h b/src/config/param.amd64_fbsd_110.h index cc3c6cc52..0aff642e4 100644 --- a/src/config/param.amd64_fbsd_110.h +++ b/src/config/param.amd64_fbsd_110.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_53.h b/src/config/param.amd64_fbsd_53.h index 170c4416d..781dc94f9 100644 --- a/src/config/param.amd64_fbsd_53.h +++ b/src/config/param.amd64_fbsd_53.h @@ -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 diff --git a/src/config/param.amd64_fbsd_70.h b/src/config/param.amd64_fbsd_70.h index 1d9190577..462c92e4f 100644 --- a/src/config/param.amd64_fbsd_70.h +++ b/src/config/param.amd64_fbsd_70.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_71.h b/src/config/param.amd64_fbsd_71.h index adcde94ae..47a771aac 100644 --- a/src/config/param.amd64_fbsd_71.h +++ b/src/config/param.amd64_fbsd_71.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_72.h b/src/config/param.amd64_fbsd_72.h index 98806c488..559f0768d 100644 --- a/src/config/param.amd64_fbsd_72.h +++ b/src/config/param.amd64_fbsd_72.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_73.h b/src/config/param.amd64_fbsd_73.h index c0fa1300d..f9b97a881 100644 --- a/src/config/param.amd64_fbsd_73.h +++ b/src/config/param.amd64_fbsd_73.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_74.h b/src/config/param.amd64_fbsd_74.h index 48a92688c..a68d8036e 100644 --- a/src/config/param.amd64_fbsd_74.h +++ b/src/config/param.amd64_fbsd_74.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_80.h b/src/config/param.amd64_fbsd_80.h index 44971868a..ad8b6f581 100644 --- a/src/config/param.amd64_fbsd_80.h +++ b/src/config/param.amd64_fbsd_80.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_81.h b/src/config/param.amd64_fbsd_81.h index 27d33eec3..2a051280c 100644 --- a/src/config/param.amd64_fbsd_81.h +++ b/src/config/param.amd64_fbsd_81.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_82.h b/src/config/param.amd64_fbsd_82.h index 108533561..51e3144c8 100644 --- a/src/config/param.amd64_fbsd_82.h +++ b/src/config/param.amd64_fbsd_82.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_83.h b/src/config/param.amd64_fbsd_83.h index b17845b60..deb0da027 100644 --- a/src/config/param.amd64_fbsd_83.h +++ b/src/config/param.amd64_fbsd_83.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_84.h b/src/config/param.amd64_fbsd_84.h index b5a317d3d..547377bcf 100644 --- a/src/config/param.amd64_fbsd_84.h +++ b/src/config/param.amd64_fbsd_84.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_90.h b/src/config/param.amd64_fbsd_90.h index 355194e41..0d61a66ea 100644 --- a/src/config/param.amd64_fbsd_90.h +++ b/src/config/param.amd64_fbsd_90.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_91.h b/src/config/param.amd64_fbsd_91.h index a448776be..5db81dc6d 100644 --- a/src/config/param.amd64_fbsd_91.h +++ b/src/config/param.amd64_fbsd_91.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_92.h b/src/config/param.amd64_fbsd_92.h index dcc939213..8f10faba1 100644 --- a/src/config/param.amd64_fbsd_92.h +++ b/src/config/param.amd64_fbsd_92.h @@ -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 */ diff --git a/src/config/param.amd64_fbsd_93.h b/src/config/param.amd64_fbsd_93.h index 7f5d22f90..a8dc0c18b 100644 --- a/src/config/param.amd64_fbsd_93.h +++ b/src/config/param.amd64_fbsd_93.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_100.h b/src/config/param.i386_fbsd_100.h index c1a892fce..57582c79c 100644 --- a/src/config/param.i386_fbsd_100.h +++ b/src/config/param.i386_fbsd_100.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_101.h b/src/config/param.i386_fbsd_101.h index 165bb27df..da42eae81 100644 --- a/src/config/param.i386_fbsd_101.h +++ b/src/config/param.i386_fbsd_101.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_110.h b/src/config/param.i386_fbsd_110.h index 1b107d250..88bc4d149 100644 --- a/src/config/param.i386_fbsd_110.h +++ b/src/config/param.i386_fbsd_110.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_50.h b/src/config/param.i386_fbsd_50.h index 227a73649..e040dc933 100644 --- a/src/config/param.i386_fbsd_50.h +++ b/src/config/param.i386_fbsd_50.h @@ -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 diff --git a/src/config/param.i386_fbsd_51.h b/src/config/param.i386_fbsd_51.h index 516d2b104..ffee63d85 100644 --- a/src/config/param.i386_fbsd_51.h +++ b/src/config/param.i386_fbsd_51.h @@ -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 diff --git a/src/config/param.i386_fbsd_52.h b/src/config/param.i386_fbsd_52.h index a9183bdc6..98a249205 100644 --- a/src/config/param.i386_fbsd_52.h +++ b/src/config/param.i386_fbsd_52.h @@ -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 diff --git a/src/config/param.i386_fbsd_53.h b/src/config/param.i386_fbsd_53.h index 3e229e288..395527c2b 100644 --- a/src/config/param.i386_fbsd_53.h +++ b/src/config/param.i386_fbsd_53.h @@ -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 diff --git a/src/config/param.i386_fbsd_60.h b/src/config/param.i386_fbsd_60.h index 3f916090f..97fa34e26 100644 --- a/src/config/param.i386_fbsd_60.h +++ b/src/config/param.i386_fbsd_60.h @@ -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 diff --git a/src/config/param.i386_fbsd_61.h b/src/config/param.i386_fbsd_61.h index e8be39354..39f695e5a 100644 --- a/src/config/param.i386_fbsd_61.h +++ b/src/config/param.i386_fbsd_61.h @@ -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 diff --git a/src/config/param.i386_fbsd_62.h b/src/config/param.i386_fbsd_62.h index bb765da6c..661d6c643 100644 --- a/src/config/param.i386_fbsd_62.h +++ b/src/config/param.i386_fbsd_62.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_70.h b/src/config/param.i386_fbsd_70.h index 0a8584d3e..136d28a42 100644 --- a/src/config/param.i386_fbsd_70.h +++ b/src/config/param.i386_fbsd_70.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_71.h b/src/config/param.i386_fbsd_71.h index 47b510936..d79c9c53f 100644 --- a/src/config/param.i386_fbsd_71.h +++ b/src/config/param.i386_fbsd_71.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_72.h b/src/config/param.i386_fbsd_72.h index e1bca7e2b..f94dd817e 100644 --- a/src/config/param.i386_fbsd_72.h +++ b/src/config/param.i386_fbsd_72.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_73.h b/src/config/param.i386_fbsd_73.h index d83a47894..5bf824a15 100644 --- a/src/config/param.i386_fbsd_73.h +++ b/src/config/param.i386_fbsd_73.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_74.h b/src/config/param.i386_fbsd_74.h index ce8754ab2..5d051b09c 100644 --- a/src/config/param.i386_fbsd_74.h +++ b/src/config/param.i386_fbsd_74.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_80.h b/src/config/param.i386_fbsd_80.h index 40f2bd4f5..37f4d3ad5 100644 --- a/src/config/param.i386_fbsd_80.h +++ b/src/config/param.i386_fbsd_80.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_81.h b/src/config/param.i386_fbsd_81.h index ce9652f2d..73a0cb935 100644 --- a/src/config/param.i386_fbsd_81.h +++ b/src/config/param.i386_fbsd_81.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_82.h b/src/config/param.i386_fbsd_82.h index 7ae9b5a04..452a3ed5a 100644 --- a/src/config/param.i386_fbsd_82.h +++ b/src/config/param.i386_fbsd_82.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_83.h b/src/config/param.i386_fbsd_83.h index 8176f12aa..81fa0a16c 100644 --- a/src/config/param.i386_fbsd_83.h +++ b/src/config/param.i386_fbsd_83.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_84.h b/src/config/param.i386_fbsd_84.h index b3d32ef7a..920939bae 100644 --- a/src/config/param.i386_fbsd_84.h +++ b/src/config/param.i386_fbsd_84.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_90.h b/src/config/param.i386_fbsd_90.h index c86099a2d..e226b0f28 100644 --- a/src/config/param.i386_fbsd_90.h +++ b/src/config/param.i386_fbsd_90.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_91.h b/src/config/param.i386_fbsd_91.h index d66908440..a1d094c5e 100644 --- a/src/config/param.i386_fbsd_91.h +++ b/src/config/param.i386_fbsd_91.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_92.h b/src/config/param.i386_fbsd_92.h index e2c1a06e2..ea4905132 100644 --- a/src/config/param.i386_fbsd_92.h +++ b/src/config/param.i386_fbsd_92.h @@ -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 */ diff --git a/src/config/param.i386_fbsd_93.h b/src/config/param.i386_fbsd_93.h index 79c304746..8b67d910c 100644 --- a/src/config/param.i386_fbsd_93.h +++ b/src/config/param.i386_fbsd_93.h @@ -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 */ -- 2.39.5