Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/external/bsd/blacklist/bin Pull up following revision(s) ...
details: https://anonhg.NetBSD.org/src/rev/80dc0c8e7df0
branches: netbsd-7
changeset: 800136:80dc0c8e7df0
user: martin <martin%NetBSD.org@localhost>
date: Mon Feb 20 20:32:13 2017 +0000
description:
Pull up following revision(s) (requested by snj in ticket #1364):
external/bsd/blacklist/bin/blacklistctl.c: revision 1.19
add 'n' to getopt
diffstat:
external/bsd/blacklist/bin/blacklistctl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6dc918765db4 -r 80dc0c8e7df0 external/bsd/blacklist/bin/blacklistctl.c
--- a/external/bsd/blacklist/bin/blacklistctl.c Mon Feb 20 16:29:31 2017 +0000
+++ b/external/bsd/blacklist/bin/blacklistctl.c Mon Feb 20 20:32:13 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: blacklistctl.c,v 1.17.2.4 2016/12/18 07:58:52 snj Exp $ */
+/* $NetBSD: blacklistctl.c,v 1.17.2.5 2017/02/20 20:32:13 martin Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: blacklistctl.c,v 1.17.2.4 2016/12/18 07:58:52 snj Exp $");
+__RCSID("$NetBSD: blacklistctl.c,v 1.17.2.5 2017/02/20 20:32:13 martin 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