git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
89f411e
)
osi-vfs-h-only-on-linux-20020821
author
Derrick Brashear
<shadow@dementia.org>
Thu, 22 Aug 2002 01:05:23 +0000 (
01:05
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Thu, 22 Aug 2002 01:05:23 +0000 (
01:05
+0000)
based on report from Chaskiel Grundman
no osi_vfs.h on anything but linux
src/afs/afs_buffer.c
patch
|
blob
|
history
diff --git
a/src/afs/afs_buffer.c
b/src/afs/afs_buffer.c
index
81e4098
..
83eb87e
100644
(file)
--- a/
src/afs/afs_buffer.c
+++ b/
src/afs/afs_buffer.c
@@
-34,7
+34,7
@@
RCSID("$Header$");
#include "../h/buf.h"
#endif /* !defined(UKERNEL) */
-#if !defined(UKERNEL) && !defined(AFS_SUN5_ENV)
+#if !defined(UKERNEL) && defined(AFS_LINUX20_ENV)
#include "../afs/osi_vfs.h"
#endif