git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a55923e
)
completion-deal-with-redhat-patch-20020930
author
Derrick Brashear
<shadow@dementia.org>
Mon, 30 Sep 2002 20:25:29 +0000 (20:25 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Mon, 30 Sep 2002 20:25:29 +0000 (20:25 +0000)
just include the header directly if we caN
src/afs/sysincludes.h
patch
|
blob
|
history
diff --git
a/src/afs/sysincludes.h
b/src/afs/sysincludes.h
index
1d89b9f
..
3f925a6
100644
(file)
--- a/
src/afs/sysincludes.h
+++ b/
src/afs/sysincludes.h
@@
-72,6
+72,9
@@
struct xfs_inode_info {};
#include <linux/string.h>
#include <asm/semaphore.h>
#include <linux/errno.h>
+#ifdef COMPLETION_H_EXISTS
+#include <linux/completion.h>
+#endif
#else /* AFS_LINUX22_ENV */
#if defined(AFS_DARWIN_ENV)