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 log to stdout



details:   https://anonhg.NetBSD.org/src/rev/0da77d2b863e
branches:  trunk
changeset: 335751:0da77d2b863e
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 22 20:21:57 2015 +0000

description:
log to stdout

diffstat:

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

diffs (26 lines):

diff -r 3937a42abea0 -r 0da77d2b863e external/bsd/blacklist/bin/blacklistctl.c
--- a/external/bsd/blacklist/bin/blacklistctl.c Thu Jan 22 20:17:34 2015 +0000
+++ b/external/bsd/blacklist/bin/blacklistctl.c Thu Jan 22 20:21:57 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: blacklistctl.c,v 1.10 2015/01/22 16:19:53 christos Exp $       */
+/*     $NetBSD: blacklistctl.c,v 1.11 2015/01/22 20:21:57 christos Exp $       */
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: blacklistctl.c,v 1.10 2015/01/22 16:19:53 christos Exp $");
+__RCSID("$NetBSD: blacklistctl.c,v 1.11 2015/01/22 20:21:57 christos Exp $");
 
 #include <stdio.h>
 #include <time.h>
@@ -71,6 +71,7 @@
        unsigned int i;
        int o;
 
+       lfun = dlog;
        while ((o = getopt(argc, argv, "d")) != -1)
                switch (o) {
                case 'd':



Home | Main Index | Thread Index | Old Index