From: Derrick Brashear Date: Tue, 29 Apr 2003 00:30:09 +0000 (+0000) Subject: no-sysincludes-in-rx-20030428 X-Git-Tag: openafs-devel-1_3_50~246 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=dd2cad1e18dcb1912576986feda399954cab2ee2 no-sysincludes-in-rx-20030428 not the correct fix but without it linux/vnode.h conflicts with osi_vfs.h when both get included. --- 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