mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
freezer-h-existance-20070104
FIXES 50941 only include freezer.h if it exists
This commit is contained in:
parent
182a18931a
commit
1a5628981e
@ -17,7 +17,9 @@ RCSID
|
||||
#include "afsincludes.h" /* Afs-based standard headers */
|
||||
#include "afs/afs_stats.h" /* afs statistics */
|
||||
|
||||
#if defined(FREEZER_H_EXISTS)
|
||||
#include <linux/freezer.h>
|
||||
#endif
|
||||
|
||||
static int osi_TimedSleep(char *event, afs_int32 ams, int aintok);
|
||||
|
||||
|
@ -112,7 +112,9 @@ typedef unsigned short etap_event_t;
|
||||
#endif
|
||||
#ifdef AFS_LINUX22_ENV
|
||||
#include "h/sched.h"
|
||||
#if defined(FREEZER_H_EXISTS)
|
||||
#include "h/freezer.h"
|
||||
#endif
|
||||
#include "h/netdevice.h"
|
||||
#include "linux/if.h"
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user