From f11121f7dedfcbe501ea57076d28dc9fcef3e9ad Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 9 Jul 2008 19:43:33 +0000 Subject: [PATCH] Branch b1_8_gate Quiet compiler warnings due to duplicate #define of _GNU_SOURCE. --- lustre/utils/ll_recover_lost_found_objs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/utils/ll_recover_lost_found_objs.c b/lustre/utils/ll_recover_lost_found_objs.c index 71b5bd2..33ee9c8 100644 --- a/lustre/utils/ll_recover_lost_found_objs.c +++ b/lustre/utils/ll_recover_lost_found_objs.c @@ -26,7 +26,9 @@ * inaccessible to Lustre. */ +#ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif #include #include -- 1.8.3.1