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/efa7891632b0
branches: netbsd-7
changeset: 800082:efa7891632b0
user: snj <snj%NetBSD.org@localhost>
date: Sun Dec 18 07:58:52 2016 +0000
description:
Pull up following revision(s) (requested by jnemeth in ticket #1330):
external/bsd/blacklist/bin/blacklistctl.c: revision 1.21
Correct misplaced break; from FreeBSD.
Approved By: christos
diffstat:
external/bsd/blacklist/bin/blacklistctl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 296f628dec3e -r efa7891632b0 external/bsd/blacklist/bin/blacklistctl.c
--- a/external/bsd/blacklist/bin/blacklistctl.c Sun Dec 18 07:53:08 2016 +0000
+++ b/external/bsd/blacklist/bin/blacklistctl.c Sun Dec 18 07:58:52 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: blacklistctl.c,v 1.17.2.3 2015/08/07 04:10:23 snj Exp $ */
+/* $NetBSD: blacklistctl.c,v 1.17.2.4 2016/12/18 07:58:52 snj 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.3 2015/08/07 04:10:23 snj Exp $");
+__RCSID("$NetBSD: blacklistctl.c,v 1.17.2.4 2016/12/18 07:58:52 snj Exp $");
#include <stdio.h>
#include <time.h>
@@ -93,10 +93,10 @@
break;
case 'b':
blocked = 1;
+ break;
case 'D':
dbname = optarg;
break;
- break;
case 'd':
debug++;
break;
Home |
Main Index |
Thread Index |
Old Index