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:
1c3efc9
)
- include sys/wait for waitpid()
author
zab
<zab>
Wed, 14 Jan 2004 00:30:17 +0000
(
00:30
+0000)
committer
zab
<zab>
Wed, 14 Jan 2004 00:30:17 +0000
(
00:30
+0000)
lustre/tests/iopentest2.c
patch
|
blob
|
history
diff --git
a/lustre/tests/iopentest2.c
b/lustre/tests/iopentest2.c
index
97a7d89
..
046de92
100644
(file)
--- a/
lustre/tests/iopentest2.c
+++ b/
lustre/tests/iopentest2.c
@@
-12,6
+12,7
@@
#include <string.h>
#include <libgen.h>
#include <errno.h>
+#include <sys/wait.h>
const char *progname;
const char usage_fmt[] = "Usage: %s <mountpoint>\n";