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 81e4098..83eb87e 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