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 e3647a7..aa65c47 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 7754389..fbf5b07 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 cc3c6cc..0aff642 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 170c441..781dc94 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 1d91905..462c92e 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 adcde94..47a771a 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 98806c4..559f076 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 c0fa130..f9b97a8 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 48a9268..a68d803 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 4497186..ad8b6f5 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 27d33ee..2a05128 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 1085335..51e3144 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 b17845b..deb0da0 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 b5a317d..547377b 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 355194e..0d61a66 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 a448776..5db81dc 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 dcc9392..8f10fab 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 7f5d22f..a8dc0c1 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 c1a892f..57582c7 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 165bb27..da42eae 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 1b107d2..88bc4d1 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 227a736..e040dc9 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 516d2b1..ffee63d 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 a9183bd..98a2492 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 3e229e2..395527c 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 3f91609..97fa34e 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 e8be393..39f695e 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 bb765da..661d6c6 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 0a8584d..136d28a 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 47b5109..d79c9c5 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 e1bca7e..f94dd81 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 d83a478..5bf824a 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 ce8754a..5d051b0 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 40f2bd4..37f4d3a 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 ce9652f..73a0cb9 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 7ae9b5a..452a3ed 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 8176f12..81fa0a1 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 b3d32ef..920939b 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 c86099a..e226b0f 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 d669084..a1d094c 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 e2c1a06..ea49051 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 79c3047..8b67d91 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 */ -- 1.9.4