linux-kdump-kernel-also-has-timer-t-sigh-20011105

not the cleanest way of dealing, either
This commit is contained in:
Derrick Brashear 2001-11-05 19:43:47 +00:00
parent 13d279883a
commit 547ce13327

View File

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