Whamcloud - gitweb
Branch b1_8_gate
authoradilger <adilger>
Wed, 9 Jul 2008 19:43:36 +0000 (19:43 +0000)
committeradilger <adilger>
Wed, 9 Jul 2008 19:43:36 +0000 (19:43 +0000)
Quiet compiler warnings due to duplicate #define of _GNU_SOURCE.

lustre/utils/mount_lustre.c

index 906a10a..859c63e 100644 (file)
@@ -23,7 +23,9 @@
  */
 
 
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>