Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_msdos allow options 'sync' and 'async'



details:   https://anonhg.NetBSD.org/src/rev/2996c2ace93b
branches:  trunk
changeset: 484167:2996c2ace93b
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Mar 27 09:33:22 2000 +0000

description:
allow options 'sync' and 'async'

diffstat:

 sbin/mount_msdos/mount_msdos.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c8c0c69f715f -r 2996c2ace93b sbin/mount_msdos/mount_msdos.c
--- a/sbin/mount_msdos/mount_msdos.c    Mon Mar 27 09:05:48 2000 +0000
+++ b/sbin/mount_msdos/mount_msdos.c    Mon Mar 27 09:33:22 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_msdos.c,v 1.20 1999/06/25 19:28:36 perseant Exp $        */
+/*     $NetBSD: mount_msdos.c,v 1.21 2000/03/27 09:33:22 jdolecek Exp $        */
 
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mount_msdos.c,v 1.20 1999/06/25 19:28:36 perseant Exp $");
+__RCSID("$NetBSD: mount_msdos.c,v 1.21 2000/03/27 09:33:22 jdolecek Exp $");
 #endif /* not lint */
 
 #include <sys/cdefs.h>
@@ -53,6 +53,8 @@
 
 const struct mntopt mopts[] = {
        MOPT_STDOPTS,
+       MOPT_ASYNC,
+       MOPT_SYNC,
        MOPT_UPDATE,
        { NULL }
 };



Home | Main Index | Thread Index | Old Index