From 3b371bf39068929436229463e0077940883c861b Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 22 Dec 2008 20:34:33 +0000 Subject: [PATCH] STABLE14-solaris-largepartition-interface-20081222 LICENSE IPL10 add support for using statvfs64 on solaris (cherry picked from commit 556b9780517376c688c965dd446506cac1a0353b) --- src/config/param.sun4x_510.h | 1 + src/config/param.sun4x_511.h | 1 + src/config/param.sun4x_58.h | 1 + src/config/param.sun4x_59.h | 1 + src/config/param.sunx86_510.h | 1 + src/config/param.sunx86_511.h | 1 + src/config/param.sunx86_58.h | 1 + src/config/param.sunx86_59.h | 1 + 8 files changed, 8 insertions(+) diff --git a/src/config/param.sun4x_510.h b/src/config/param.sun4x_510.h index 148beb1d4..c856f3300 100644 --- a/src/config/param.sun4x_510.h +++ b/src/config/param.sun4x_510.h @@ -55,6 +55,7 @@ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_VXFS 1 /* Support cache on Veritas vxfs file system */ #define AFS_HAVE_STATVFS 1 /* System supports statvfs */ +#define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */ #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ diff --git a/src/config/param.sun4x_511.h b/src/config/param.sun4x_511.h index 58d36b94d..c01b1d629 100644 --- a/src/config/param.sun4x_511.h +++ b/src/config/param.sun4x_511.h @@ -56,6 +56,7 @@ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_VXFS 1 /* Support cache on Veritas vxfs file system */ #define AFS_HAVE_STATVFS 1 /* System supports statvfs */ +#define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */ #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ diff --git a/src/config/param.sun4x_58.h b/src/config/param.sun4x_58.h index f205a5286..0d078707a 100644 --- a/src/config/param.sun4x_58.h +++ b/src/config/param.sun4x_58.h @@ -51,6 +51,7 @@ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_VXFS 1 /* Support cache on Veritas vxfs file system */ #define AFS_HAVE_STATVFS 1 /* System supports statvfs */ +#define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */ #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ diff --git a/src/config/param.sun4x_59.h b/src/config/param.sun4x_59.h index fed11bc92..b5ad16459 100644 --- a/src/config/param.sun4x_59.h +++ b/src/config/param.sun4x_59.h @@ -52,6 +52,7 @@ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_VXFS 1 /* Support cache on Veritas vxfs file system */ #define AFS_HAVE_STATVFS 1 /* System supports statvfs */ +#define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */ #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ diff --git a/src/config/param.sunx86_510.h b/src/config/param.sunx86_510.h index 409c6dcee..b354fbd11 100644 --- a/src/config/param.sunx86_510.h +++ b/src/config/param.sunx86_510.h @@ -65,6 +65,7 @@ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_VXFS 1 /* Support cache on Veritas vxfs file system */ #define AFS_HAVE_STATVFS 1 /* System supports statvfs */ +#define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */ #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ diff --git a/src/config/param.sunx86_511.h b/src/config/param.sunx86_511.h index b947f427f..6a67e9338 100644 --- a/src/config/param.sunx86_511.h +++ b/src/config/param.sunx86_511.h @@ -66,6 +66,7 @@ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_VXFS 1 /* Support cache on Veritas vxfs file system */ #define AFS_HAVE_STATVFS 1 /* System supports statvfs */ +#define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */ #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ diff --git a/src/config/param.sunx86_58.h b/src/config/param.sunx86_58.h index dd59bf325..8c8d0184b 100644 --- a/src/config/param.sunx86_58.h +++ b/src/config/param.sunx86_58.h @@ -62,6 +62,7 @@ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_VXFS 1 /* Support cache on Veritas vxfs file system */ #define AFS_HAVE_STATVFS 1 /* System supports statvfs */ +#define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */ #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ diff --git a/src/config/param.sunx86_59.h b/src/config/param.sunx86_59.h index a21ae17c7..31265c20d 100644 --- a/src/config/param.sunx86_59.h +++ b/src/config/param.sunx86_59.h @@ -63,6 +63,7 @@ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_VXFS 1 /* Support cache on Veritas vxfs file system */ #define AFS_HAVE_STATVFS 1 /* System supports statvfs */ +#define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */ #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ -- 2.39.5