Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/blacklist/bin add 'n' to getopt



details:   https://anonhg.NetBSD.org/src/rev/28f0d409041a
branches:  trunk
changeset: 341400:28f0d409041a
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 04 16:21:52 2015 +0000

description:
add 'n' to getopt

diffstat:

 external/bsd/blacklist/bin/blacklistctl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fc15436d6838 -r 28f0d409041a external/bsd/blacklist/bin/blacklistctl.c
--- a/external/bsd/blacklist/bin/blacklistctl.c Wed Nov 04 16:04:55 2015 +0000
+++ b/external/bsd/blacklist/bin/blacklistctl.c Wed Nov 04 16:21:52 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: blacklistctl.c,v 1.18 2015/06/02 14:02:10 christos Exp $       */
+/*     $NetBSD: blacklistctl.c,v 1.19 2015/11/04 16:21:52 christos Exp $       */
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: blacklistctl.c,v 1.18 2015/06/02 14:02:10 christos Exp $");
+__RCSID("$NetBSD: blacklistctl.c,v 1.19 2015/11/04 16:21:52 christos Exp $");
 
 #include <stdio.h>
 #include <time.h>
@@ -85,7 +85,7 @@
        argc--;
        argv++;
 
-       while ((o = getopt(argc, argv, "abD:drw")) != -1)
+       while ((o = getopt(argc, argv, "abD:dnrw")) != -1)
                switch (o) {
                case 'a':
                        all = 1;



Home | Main Index | Thread Index | Old Index