projects
/
am-utils-6.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5916685
)
handle tmpfs and efs
author
Christos Zoulas
<christos@zoulas.com>
Wed, 17 Sep 2008 20:14:25 +0000
(20:14 +0000)
committer
Christos Zoulas
<christos@zoulas.com>
Wed, 17 Sep 2008 20:14:25 +0000
(20:14 +0000)
include/mount_headers1.h
patch
|
blob
|
history
diff --git
a/include/mount_headers1.h
b/include/mount_headers1.h
index 0651cdfca8d5323f896a9d70f4d5aaeb28002585..cdf700f3c5f9191a3f88c16cf1e08d1c9446a2f3 100644
(file)
--- a/
include/mount_headers1.h
+++ b/
include/mount_headers1.h
@@
-202,6
+202,14
@@
# include <fs/msdosfs/msdosfsmount.h>
#endif /* HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H */
+#ifdef HAVE_FS_TMPFS_TMPFS_ARGS_H
+# include <fs/tmpfs/tmpfs_args.h>
+#endif /* HAVE_FS_TMPFS_TMPFS_ARGS_H */
+
+#ifdef HAVE_FS_EFS_EFS_MOUNT_H
+# include <fs/efs/efs_mount.h>
+#endif /* HAVE_FS_EFS_EFS_MOUNT_H */
+
#ifdef HAVE_RPC_RPC_H
# include <rpc/rpc.h>
#endif /* HAVE_RPC_RPC_H */