Whamcloud - gitweb
Branch HEAD
authorjohann <johann>
Thu, 28 May 2009 22:34:12 +0000 (22:34 +0000)
committerjohann <johann>
Thu, 28 May 2009 22:34:12 +0000 (22:34 +0000)
b=19695
i=adilger

add _GNU_SOURCE to wirecheck.

lnet/utils/wirecheck.c

index 6d44ea1..4eea5cb 100644 (file)
  * Lustre is a trademark of Sun Microsystems, Inc.
  */
 
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
+
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/wait.h>