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 CID/1267866: Missing break in switch
details: https://anonhg.NetBSD.org/src/rev/c91629f6f634
branches: trunk
changeset: 335962:c91629f6f634
user: christos <christos%NetBSD.org@localhost>
date: Mon Feb 02 22:01:55 2015 +0000
description:
CID/1267866: Missing break in switch
diffstat:
external/bsd/blacklist/bin/blacklistctl.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 79b5ec619003 -r c91629f6f634 external/bsd/blacklist/bin/blacklistctl.c
--- a/external/bsd/blacklist/bin/blacklistctl.c Mon Feb 02 19:08:32 2015 +0000
+++ b/external/bsd/blacklist/bin/blacklistctl.c Mon Feb 02 22:01:55 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: blacklistctl.c,v 1.16 2015/01/27 19:40:36 christos Exp $ */
+/* $NetBSD: blacklistctl.c,v 1.17 2015/02/02 22:01:55 christos Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: blacklistctl.c,v 1.16 2015/01/27 19:40:36 christos Exp $");
+__RCSID("$NetBSD: blacklistctl.c,v 1.17 2015/02/02 22:01:55 christos Exp $");
#include <stdio.h>
#include <time.h>
@@ -99,6 +99,7 @@
break;
case 'n':
noheader = 1;
+ break;
case 'r':
remain = 1;
break;
Home |
Main Index |
Thread Index |
Old Index