From: shorthair Date: Mon, 17 Feb 2003 16:20:58 +0000 (+0000) Subject: temporarily modification for compilation on uml2.5.59 X-Git-Tag: v1_7_110~2^11~189 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=dea793d74e20d53099a70c58a2d5a85ce2ff92ea;p=fs%2Flustre-release.git temporarily modification for compilation on uml2.5.59 (some struct has changed in 2.5, such as timespec, kdev_t) --- diff --git a/lustre/mds/mds_open.c b/lustre/mds/mds_open.c index ab2275c..5278abc 100644 --- a/lustre/mds/mds_open.c +++ b/lustre/mds/mds_open.c @@ -35,10 +35,11 @@ #include #include #include -#include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)) #include #include +#else +#include #endif #include #include