From dd2cad1e18dcb1912576986feda399954cab2ee2 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 29 Apr 2003 00:30:09 +0000 Subject: [PATCH] no-sysincludes-in-rx-20030428 not the correct fix but without it linux/vnode.h conflicts with osi_vfs.h when both get included. --- src/rx/rx_kcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rx/rx_kcommon.h b/src/rx/rx_kcommon.h index 5723498..5f27359 100644 --- 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 -- 1.9.4