Source-Changes-HG archive

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

[src/netbsd-10]: src/sbin/mount_nfs Pull up following revision(s) (requested ...



details:   https://anonhg.NetBSD.org/src/rev/053dbf3d32d2
branches:  netbsd-10
changeset: 372717:053dbf3d32d2
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Dec 21 19:55:33 2022 +0000

description:
Pull up following revision(s) (requested by chs in ticket #18):

        sbin/mount_nfs/mount_nfs.c: revision 1.75

mount_nfs: add missing "A" to getopt string

diffstat:

 sbin/mount_nfs/mount_nfs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r eee7e99bab0d -r 053dbf3d32d2 sbin/mount_nfs/mount_nfs.c
--- a/sbin/mount_nfs/mount_nfs.c        Wed Dec 21 19:54:13 2022 +0000
+++ b/sbin/mount_nfs/mount_nfs.c        Wed Dec 21 19:55:33 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_nfs.c,v 1.74 2020/10/03 18:42:20 christos Exp $  */
+/*     $NetBSD: mount_nfs.c,v 1.74.6.1 2022/12/21 19:55:33 martin Exp $        */
 
 /*
  * Copyright (c) 1992, 1993, 1994
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)mount_nfs.c        8.11 (Berkeley) 5/4/95";
 #else
-__RCSID("$NetBSD: mount_nfs.c,v 1.74 2020/10/03 18:42:20 christos Exp $");
+__RCSID("$NetBSD: mount_nfs.c,v 1.74.6.1 2022/12/21 19:55:33 martin Exp $");
 #endif
 #endif /* not lint */
 
@@ -221,7 +221,7 @@
        memset(nfsargsp, 0, sizeof(*nfsargsp));
        *nfsargsp = nfsdefargs;
        while ((c = getopt(argc, argv,
-           "23a:bcCdD:g:I:iKL:lm:o:PpqR:r:sTt:w:x:UuX")) != -1)
+           "23Aa:bcCdD:g:I:iKL:lm:o:PpqR:r:sTt:w:x:UuX")) != -1)
                switch (c) {
                case '3':
                case 'q':



Home | Main Index | Thread Index | Old Index