This commit is contained in:
Poul-Henning Kamp 2004-12-11 12:45:24 +00:00
parent 3b4eb33882
commit 708394ec72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138678

View file

@ -140,7 +140,7 @@ smbfs_cmount(struct mntarg *ma, void * data, int flags, struct thread *td)
}
static const char *smbfs_opts[] = {
"dev", "soft", "intr", "strongs", "have_nls", "long",
"dev", "soft", "intr", "strong", "have_nls", "long",
"mountpoint", "rootpath", "uid", "gid", "file_mode", "dir_mode",
"caseopt", NULL
};