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:
9bea552
)
Need to include mount_utils.h in the _SOURCES for the tools that use it.
author
brian
<brian>
Thu, 10 Jul 2008 21:23:40 +0000
(21:23 +0000)
committer
brian
<brian>
Thu, 10 Jul 2008 21:23:40 +0000
(21:23 +0000)
lustre/utils/mkfs_lustre.c
patch
|
blob
|
history
diff --git
a/lustre/utils/mkfs_lustre.c
b/lustre/utils/mkfs_lustre.c
index
b1d1426
..
1cd478d
100644
(file)
--- a/
lustre/utils/mkfs_lustre.c
+++ b/
lustre/utils/mkfs_lustre.c
@@
-52,7
+52,7
@@
#include <lustre_param.h>
#include <lnet/lnetctl.h>
#include <lustre_ver.h>
-#include
<mount_utils.h>
+#include
"mount_utils.h"
#ifndef PATH_MAX
#define PATH_MAX 4096