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:
Derrick Brashear 2001-11-08 08:12:59 +00:00
parent c32ee0e39d
commit a781c8a5bf

View File

@ -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