diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2007-02-08 02:30:55 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2007-02-08 02:30:55 +0000 |
| commit | d6140aaa6923ed960cefcb40c7aa4c8fb5ba7838 (patch) | |
| tree | 538bf7180657cbd48680ad16d1e6b4b682185adf /sys/fs | |
| parent | dc9a617afb3b5490b25d97358f733a36aa2aa3d5 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/msdosfs/msdosfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index eb84bbe657e7..adefd7668afc 100644 --- a/sys/fs/msdosfs/msdosfs_vfsops.c +++ b/sys/fs/msdosfs/msdosfs_vfsops.c @@ -78,7 +78,7 @@ /* List of mount options we support */ static const char *msdosfs_opts[] = { "from", - "export", "force", "sync", + "atime", "export", "force", "sync", "uid", "gid", "mask", "dirmask", "shortname", "shortnames", "longname", "longnames", "nowin95", "win95", "kiconv", "cs_win", "cs_dos", "cs_local", "large", |
