From 86814f256afa7a6088787c9d32bad7b872ccf377 Mon Sep 17 00:00:00 2001 From: nfshp Date: Tue, 8 Apr 2003 10:22:46 +0000 Subject: [PATCH] land b_cray on b_devel --- lustre/obdclass/statfs_pack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/obdclass/statfs_pack.c b/lustre/obdclass/statfs_pack.c index 854540f..ba7ca41 100644 --- a/lustre/obdclass/statfs_pack.c +++ b/lustre/obdclass/statfs_pack.c @@ -28,12 +28,12 @@ #define EXPORT_SYMTAB #ifndef __KERNEL__ #include -#endif - +#else #include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)) #include #endif +#endif #include #include -- 1.8.3.1