Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4106eaf
)
Branch b1_8_gate
author
adilger
<adilger>
Wed, 9 Jul 2008 19:43:36 +0000
(19:43 +0000)
committer
adilger
<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
patch
|
blob
|
history
diff --git
a/lustre/utils/mount_lustre.c
b/lustre/utils/mount_lustre.c
index
906a10a
..
859c63e
100644
(file)
--- a/
lustre/utils/mount_lustre.c
+++ b/
lustre/utils/mount_lustre.c
@@
-23,7
+23,9
@@
*/
+#ifndef _GNU_SOURCE
#define _GNU_SOURCE
+#endif
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>