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:
26848ea
)
add missing field for NetBSD
author
Christos Zoulas
<christos@zoulas.com>
Wed, 17 Sep 2008 20:25:58 +0000
(20:25 +0000)
committer
Christos Zoulas
<christos@zoulas.com>
Wed, 17 Sep 2008 20:25:58 +0000
(20:25 +0000)
amd/ops_efs.c
patch
|
blob
|
history
diff --git
a/amd/ops_efs.c
b/amd/ops_efs.c
index e748afbbbb78548b91f78f22626b2fd43c92de77..259233e505d9e85c2b3493267a4eb5bc06bc15ad 100644
(file)
--- a/
amd/ops_efs.c
+++ b/
amd/ops_efs.c
@@
-137,6
+137,9
@@
mount_efs(char *mntdir, char *fs_name, char *opts, int on_autofs)
#ifdef HAVE_EFS_ARGS_T_FSPEC
efs_args.fspec = fs_name;
#endif /* HAVE_EFS_ARGS_T_FSPEC */
+#if defined(HAVE_EFS_ARGS_T_VERSION) && defined(EFS_MNT_VERSION)
+ efs_args.version = EFS_MNT_VERSION;
+#endif /* HAVE_EFS_ARGS_T_VERSION && EFS_MNT_VERSION */
/*
* Call generic mount routine