Support all mount flags that are supported in the kernel.

This commit is contained in:
Bruce Evans 1997-08-25 20:23:16 +00:00
parent 49f219ae06
commit ba05eddfeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28731
3 changed files with 12 additions and 3 deletions

View File

@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: mount_msdos.c,v 1.8 1997/03/03 13:23:54 bde Exp $";
"$Id: mount_msdos.c,v 1.9 1997/03/29 03:32:25 imp Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -53,6 +53,9 @@ static const char rcsid[] =
static struct mntopt mopts[] = {
MOPT_STDOPTS,
MOPT_FORCE,
MOPT_SYNC,
MOPT_UPDATE,
{ NULL }
};

View File

@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: mount_msdos.c,v 1.8 1997/03/03 13:23:54 bde Exp $";
"$Id: mount_msdos.c,v 1.9 1997/03/29 03:32:25 imp Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -53,6 +53,9 @@ static const char rcsid[] =
static struct mntopt mopts[] = {
MOPT_STDOPTS,
MOPT_FORCE,
MOPT_SYNC,
MOPT_UPDATE,
{ NULL }
};

View File

@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: mount_msdos.c,v 1.8 1997/03/03 13:23:54 bde Exp $";
"$Id: mount_msdos.c,v 1.9 1997/03/29 03:32:25 imp Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -53,6 +53,9 @@ static const char rcsid[] =
static struct mntopt mopts[] = {
MOPT_STDOPTS,
MOPT_FORCE,
MOPT_SYNC,
MOPT_UPDATE,
{ NULL }
};