git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
13d2798
)
linux-kdump-kernel-also-has-timer-t-sigh-20011105
author
Derrick Brashear
<shadow@dementia.org>
Mon, 5 Nov 2001 19:43:47 +0000 (19:43 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Mon, 5 Nov 2001 19:43:47 +0000 (19:43 +0000)
not the cleanest way of dealing, either
src/venus/kdump.c
patch
|
blob
|
history
diff --git
a/src/venus/kdump.c
b/src/venus/kdump.c
index
e81c469
..
9f59b58
100644
(file)
--- 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 <linux/version.h>
#include <linux/fs.h>
#include <osi_vfs.h>