Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/routed deprecate LOG_ODELAY; it's the default



details:   https://anonhg.NetBSD.org/src/rev/9385d8383550
branches:  trunk
changeset: 501993:9385d8383550
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jan 10 03:47:41 2001 +0000

description:
deprecate LOG_ODELAY; it's the default

diffstat:

 sbin/routed/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8b8bf918675c -r 9385d8383550 sbin/routed/main.c
--- a/sbin/routed/main.c        Wed Jan 10 03:41:35 2001 +0000
+++ b/sbin/routed/main.c        Wed Jan 10 03:47:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.25 2000/10/10 20:24:54 is Exp $     */
+/*     $NetBSD: main.c,v 1.26 2001/01/10 03:47:41 lukem Exp $  */
 
 /*
  * Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
 #define __COPYRIGHT(a) char copyright[] = a;
 #elif defined(__NetBSD__)
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: main.c,v 1.25 2000/10/10 20:24:54 is Exp $");
+__RCSID("$NetBSD: main.c,v 1.26 2001/01/10 03:47:41 lukem Exp $");
 #endif
 __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n\
        The Regents of the University of California.  All rights reserved.\n");
@@ -120,7 +120,7 @@
         */
        signal(SIGHUP, SIG_IGN);
 
-       openlog("routed", LOG_PID | LOG_ODELAY, LOG_DAEMON);
+       openlog("routed", LOG_PID, LOG_DAEMON);
        ftrace = stdout;
 
        gettimeofday(&clk, 0);



Home | Main Index | Thread Index | Old Index