From: adilger Date: Tue, 15 May 2007 20:47:28 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~1620 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=8aeaaa7957e15edaba67ba693d66fed714415836;p=fs%2Flustre-release.git Branch b1_6 One more compile warning due to redefinition of _GNU_SOURCE. --- diff --git a/lustre/liblustre/tests/sanity.c b/lustre/liblustre/tests/sanity.c index 9835644..b567ad9 100644 --- a/lustre/liblustre/tests/sanity.c +++ b/lustre/liblustre/tests/sanity.c @@ -1170,7 +1170,9 @@ int t54(char *name) } /* for O_DIRECTORY */ +#ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif #define STRIPE_SIZE (2048 * 2048) #define STRIPE_OFFSET 0