From: Derrick Brashear Date: Wed, 26 Dec 2001 20:25:13 +0000 (+0000) Subject: STABLE12-linux-kdump-kernel-also-has-timer-t-sigh-20011226 X-Git-Tag: openafs-stable-1_2_3~76 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=652cd042bc37a42a8dcc36a0a3e195f7b3a7bd09;p=packages%2Fo%2Fopenafs.git STABLE12-linux-kdump-kernel-also-has-timer-t-sigh-20011226 not the cleanest way of dealing, either --- diff --git a/src/venus/kdump.c b/src/venus/kdump.c index 13be7361d..abe9797f4 100644 --- a/src/venus/kdump.c +++ b/src/venus/kdump.c @@ -261,6 +261,10 @@ typedef struct timeval { #else #define _LINUX_BYTEORDER_LITTLE_ENDIAN_H #endif +/* Avoid problems with timer_t redefinition */ +#ifndef timer_t +#define timer_t ktimer_t +#endif #include #include #include