]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
bye-getitimer-20050413
authorChas Williams <chas@cmf.nrl.navy.mil>
Thu, 14 Apr 2005 03:32:46 +0000 (03:32 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 14 Apr 2005 03:32:46 +0000 (03:32 +0000)
FIXES 18221

stop using getitimer on linux

27 files changed:
src/config/param.alpha_linux_22.h
src/config/param.alpha_linux_24.h
src/config/param.alpha_linux_26.h
src/config/param.amd64_linux24.h
src/config/param.amd64_linux26.h
src/config/param.i386_linux22.h
src/config/param.i386_linux24.h
src/config/param.i386_linux26.h
src/config/param.i386_umlinux22.h
src/config/param.i386_umlinux24.h
src/config/param.i386_umlinux26.h
src/config/param.ia64_linux24.h
src/config/param.ia64_linux26.h
src/config/param.parisc_linux24.h
src/config/param.ppc64_linux24.h
src/config/param.ppc64_linux26.h
src/config/param.ppc_linux22.h
src/config/param.ppc_linux24.h
src/config/param.ppc_linux26.h
src/config/param.s390_linux22.h
src/config/param.s390_linux24.h
src/config/param.s390x_linux24.h
src/config/param.s390x_linux26.h
src/config/param.sparc64_linux22.h
src/config/param.sparc64_linux24.h
src/config/param.sparc_linux22.h
src/config/param.sparc_linux24.h

index 3e7f7c4426f7fc5a1c920d2d0d84a80f3ec9190d..0976fed89c8788e9ddb7998cd7077a36cd365b35 100644 (file)
@@ -63,6 +63,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 0a6429b84b3e16d96b967f92838201b447d23b4f..24e833785a7c63291e4c32ae83852d2cd8cfd24f 100644 (file)
@@ -65,6 +65,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 8bbcff38b89e9305e9ce1a476ef19175db6e90dd..8b914f70e37ce1e21d85c1f7f4cdddbd90db8465 100644 (file)
@@ -67,6 +67,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 16e5a9c96497f94bb89dac0b078849e5b1be8caa..cfe86236bc3a9b653b92bab05b3cb48f71e03479 100644 (file)
@@ -78,6 +78,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index ca6b125e814e6ca91742b3fffc93a66a37ab9ba0..037426ae03f0bfbec76f3e6006e9dc60194fe436 100644 (file)
@@ -63,6 +63,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 31d93f3414af2e81b0e2f0a91bf976615ba465dc..790f7a287085f4f8509fd553c99742706d55fdc7 100644 (file)
@@ -71,6 +71,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index c738a1b9cfd029f669d00d4131ed5d39b5623b81..ae67b107cb000159972228da32baee50ad92b585 100644 (file)
@@ -63,6 +63,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 6967667116b9dc28fb8eda71ae149f50c3851f6b..91e9e6c9244e8eaea5a991f1d55120a653a25f93 100644 (file)
@@ -64,6 +64,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 88454c1cd571b919e89bbf96af1100d9be8e4544..97a22cf5b0007e3d33d0986546370d8f31476415 100644 (file)
@@ -73,6 +73,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 89544da7b40bda6e5b90cd0a6c5169bb5db1d27d..5991c1eff4443259a2b1e62f0af9b02fa50da280 100644 (file)
@@ -71,6 +71,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 831eb2a2ab217fd7150d2b9da9ea964b0cc6f0cc..62f4f1a8467acde151a4e1ebf6c7246efb8c49fa 100644 (file)
@@ -64,6 +64,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 83f843392214dc48bf732742ca7fa24358977056..d26a6381301ff6a36233020aca2553125bd9323c 100644 (file)
@@ -78,6 +78,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 6fcbda30ccd5d6ae461b55c077388e63c175b470..3df34e510f854ae0a2c629f42822a7b98d47b055 100644 (file)
@@ -87,6 +87,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index a4d71afb3da4bb43b196ed9df3072862f2bae6c1..17a303b638f21c444b54ea6552077233bf917c2b 100644 (file)
@@ -61,6 +61,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index a207e8957cf37d4aa3f1590b26f699587682b902..dbb8901d40017eb53af119bdb72fccf915bc0060 100644 (file)
@@ -66,6 +66,7 @@
 #define AFS_HAVE_FFS        1       /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index e20ff6f7d19c68632a0ac1338de1cc0fa802bef2..1b626e045ac60a27aea6732a4e76d529f3e5099a 100644 (file)
@@ -68,6 +68,7 @@
 #define AFS_HAVE_FFS        1       /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index ad1d4658d8a7e3356afe107a6f34a1fa3193d6b6..37a379eefd09e03f5c97fe29a16326cd99fc4204 100644 (file)
@@ -58,6 +58,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 3ee2508c419eebfa23a0286d6b4fb1d5e80a483d..69dc6bfb9d84a5997c0eb13b71e18ccab4f61996 100644 (file)
@@ -63,6 +63,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index fd32b6a0b6165229e0f9a76db099254ef864a156..aa0f81eeb6df1153bb71180072f64502bbf5fba4 100644 (file)
@@ -65,6 +65,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index c4f473f1d95e3237a81e6cbddaea26157f9bfb30..700fdca85aef82b1adc3db3de6c9eca482f78e31 100644 (file)
@@ -71,6 +71,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 986abb73f6d75c11e85334d581b0a692434e78b4..d1f126cd73aedfdb64766288db70ae5a9a069ba6 100644 (file)
@@ -75,6 +75,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index ed1942196eface06fa84fcd7d94045a4788e86f2..a8db50e2ad91a6119d1211ee18075aa10b970e43 100644 (file)
@@ -80,6 +80,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index f4cc8931b4b527bde4d6f7502269e98f14d7e0da..4d773426a941d4de3f8cf3c0bd0d211bf2221050 100644 (file)
@@ -82,6 +82,7 @@ extern SYSCALLTYPE sys_call_table_emu[] __attribute__((weak));
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 18e72588ed4178294480e9fa8774901b590b48a4..3e6f4e3b10b0e348e13daa9d75f554c428eb4043 100644 (file)
@@ -73,6 +73,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 654a0848b6b4c0fe28b066fb3e4cd67aebce42ae..108a63a601a07de3de441523266073d347042076 100644 (file)
@@ -74,6 +74,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 
 #ifdef KERNEL
index bde15329e0d826935fe21bbb7bc388e6d4944778..1eec93b4f4704b281674c681933c274dc6188f28 100644 (file)
@@ -67,6 +67,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
index 015500c0796ad7c02be9c1b2b4525c6a52b2482c..09145962eb61f241d1cf4f2c4e15b39bfb337056 100644 (file)
@@ -72,6 +72,7 @@
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #ifdef KERNEL
 #ifndef MIN
 #define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
 
 #define        afsio_iov       uio_iov
 #define        afsio_iovcnt    uio_iovcnt