]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 148beb1d4812b6350cf2ca4a6d72ece113df75e0..c856f3300c77a5e8b4f8f60fa81674ce00b6b4ba 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 58d36b94d873413ec3bc93f7c25a287b278314a4..c01b1d629993e7aa25bfbc8948b921b9c6cb3227 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 f205a528642548d77697deba36f0e73013850bb0..0d078707a857ee268f9f110baa16b4154a4a1918 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 fed11bc928de2828e74a792f227ff3e6dd5f2ffe..b5ad164593cae7778b078e623bab3e0dfa6d70b7 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 409c6dcee2ff09f928cc2485e78e51904b09b8b6..b354fbd110d1213df3422bb7768fe7ce988f3c1a 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 b947f427fcc29aebe4bedfb6ab718fb3d0ac115f..6a67e93384bfa7868b5e2558f402db6db967c621 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 dd59bf325b726ffa25ac9e00162b44a635ef8490..8c8d0184bac33d8041c48e104ca150172ab2ddeb 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 a21ae17c77e8d9b44faae91ad74028cbca647b1d..31265c20dff5028c72ee315bef0a55555543dbda 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 */