git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f5df7b1
)
no-sysincludes-in-rx-20030428
author
Derrick Brashear
<shadow@dementia.org>
Tue, 29 Apr 2003 00:30:09 +0000 (
00:30
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Tue, 29 Apr 2003 00:30:09 +0000 (
00:30
+0000)
not the correct fix but without it linux/vnode.h conflicts with osi_vfs.h
when both get included.
src/rx/rx_kcommon.h
patch
|
blob
|
history
diff --git
a/src/rx/rx_kcommon.h
b/src/rx/rx_kcommon.h
index
5723498
..
5f27359
100644
(file)
--- a/
src/rx/rx_kcommon.h
+++ b/
src/rx/rx_kcommon.h
@@
-121,7
+121,7
@@
struct coda_inode_info {};
#include "afs/longc_procs.h"
#include "afs/afs_stats.h"
#include "h/errno.h"
-#ifdef KERNEL
+#if 0/*def KERNEL*/
#include "afs/sysincludes.h"
#include "afsincludes.h"
#endif