solaris-largepartition-interface-20081222
authorDerrick Brashear <shadow@dementia.org>
Mon, 22 Dec 2008 20:34:12 +0000 (20:34 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 22 Dec 2008 20:34:12 +0000 (20:34 +0000)
LICENSE IPL10

add support for using statvfs64 on solaris

src/config/param.sun4x_510.h
src/config/param.sun4x_511.h
src/config/param.sun4x_58.h
src/config/param.sun4x_59.h
src/config/param.sunx86_510.h
src/config/param.sunx86_511.h
src/config/param.sunx86_58.h
src/config/param.sunx86_59.h

index 148beb1..c856f33 100644 (file)
@@ -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 */
 
index 58d36b9..c01b1d6 100644 (file)
@@ -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 */
 
index f205a52..0d07870 100644 (file)
@@ -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 */
 
index fed11bc..b5ad164 100644 (file)
@@ -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 */
 
index 409c6dc..b354fbd 100644 (file)
@@ -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 */
 
index b947f42..6a67e93 100644 (file)
@@ -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 */
 
index dd59bf3..8c8d018 100644 (file)
@@ -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 */
 
index a21ae17..31265c2 100644 (file)
@@ -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 */