mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
linux-kdump-kernel-also-has-timer-t-sigh-20011105
not the cleanest way of dealing, either
This commit is contained in:
parent
13d279883a
commit
547ce13327
@ -261,6 +261,10 @@ typedef struct timeval {
|
|||||||
#else
|
#else
|
||||||
#define _LINUX_BYTEORDER_LITTLE_ENDIAN_H
|
#define _LINUX_BYTEORDER_LITTLE_ENDIAN_H
|
||||||
#endif
|
#endif
|
||||||
|
/* Avoid problems with timer_t redefinition */
|
||||||
|
#ifndef timer_t
|
||||||
|
#define timer_t ktimer_t
|
||||||
|
#endif
|
||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
#include <osi_vfs.h>
|
#include <osi_vfs.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user