]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
osi-vfs-h-only-on-linux-20020821
authorDerrick Brashear <shadow@dementia.org>
Thu, 22 Aug 2002 01:05:23 +0000 (01:05 +0000)
committerDerrick 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

index 81e409857148640f4ca21db6a4ff461fa311aac4..83eb87e9f101551e95fb1d1eeb6e582a468c432e 100644 (file)
@@ -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