mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
linux-kdump-also-work-with-early-24-kernels-20011108
yup, it had to come from somewhere. now it would compile with early and late 2.4 kernels
This commit is contained in:
parent
c32ee0e39d
commit
a781c8a5bf
@ -264,10 +264,15 @@ typedef struct timeval {
|
||||
/* Avoid problems with timer_t redefinition */
|
||||
#ifndef timer_t
|
||||
#define timer_t ktimer_t
|
||||
#define timer_t_redefined
|
||||
#endif
|
||||
#include <linux/version.h>
|
||||
#include <linux/fs.h>
|
||||
#include <osi_vfs.h>
|
||||
#ifdef timer_t_redefined
|
||||
#undef timer_t
|
||||
#undef timer_t_redefined
|
||||
#endif
|
||||
#else /* AFS_LINUX20_ENV */
|
||||
#ifdef AFS_HPUX110_ENV
|
||||
#define KERNEL
|
||||
|
Loading…
Reference in New Issue
Block a user