From: adilger Date: Tue, 11 Jun 2002 17:23:29 +0000 (+0000) Subject: Remove compiler warning for fsx on linux. X-Git-Tag: 0.4.2~175 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=504dcd05b6489275e14f94881ba87640b9a38f85;p=fs%2Flustre-release.git Remove compiler warning for fsx on linux. --- diff --git a/lustre/tests/fsx.c b/lustre/tests/fsx.c index 7474866..e7c1495 100644 --- a/lustre/tests/fsx.c +++ b/lustre/tests/fsx.c @@ -36,7 +36,7 @@ #include #include -#ifdef _UWIN +#if defined(_UWIN) || defined(__linux__) # include # include # include