From 8aeaaa7957e15edaba67ba693d66fed714415836 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 15 May 2007 20:47:28 +0000 Subject: [PATCH] Branch b1_6 One more compile warning due to redefinition of _GNU_SOURCE. --- lustre/liblustre/tests/sanity.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.8.3.1