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 Correct misplaced break; from Fre...
details: https://anonhg.NetBSD.org/src/rev/6044355336a2
branches: trunk
changeset: 348680:6044355336a2
user: jnemeth <jnemeth%NetBSD.org@localhost>
date: Wed Nov 02 03:15:07 2016 +0000
description:
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 4bc777ded7fc -r 6044355336a2 external/bsd/blacklist/bin/blacklistctl.c
--- a/external/bsd/blacklist/bin/blacklistctl.c Wed Nov 02 03:14:19 2016 +0000
+++ b/external/bsd/blacklist/bin/blacklistctl.c Wed Nov 02 03:15:07 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: blacklistctl.c,v 1.20 2016/04/04 15:52:56 christos Exp $ */
+/* $NetBSD: blacklistctl.c,v 1.21 2016/11/02 03:15:07 jnemeth Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: blacklistctl.c,v 1.20 2016/04/04 15:52:56 christos Exp $");
+__RCSID("$NetBSD: blacklistctl.c,v 1.21 2016/11/02 03:15:07 jnemeth Exp $");
#include <stdio.h>
#include <time.h>
@@ -96,10 +96,10 @@
break;
case 'b':
blocked = 1;
+ break;
case 'D':
dbname = optarg;
break;
- break;
case 'd':
debug++;
break;
Home |
Main Index |
Thread Index |
Old Index