Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/7a178b8e0c9f
branches:  trunk
changeset: 501988:7a178b8e0c9f
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jan 10 03:01:41 2001 +0000

description:
deprecate LOG_ODELAY; it's the default

diffstat:

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

diffs (27 lines):

diff -r f9d01c14fcca -r 7a178b8e0c9f sbin/init/init.c
--- a/sbin/init/init.c  Wed Jan 10 02:51:37 2001 +0000
+++ b/sbin/init/init.c  Wed Jan 10 03:01:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init.c,v 1.41 2000/12/30 15:32:19 wiz Exp $    */
+/*     $NetBSD: init.c,v 1.42 2001/01/10 03:01:41 lukem Exp $  */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -46,7 +46,7 @@
 #if 0
 static char sccsid[] = "@(#)init.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: init.c,v 1.41 2000/12/30 15:32:19 wiz Exp $");
+__RCSID("$NetBSD: init.c,v 1.42 2001/01/10 03:01:41 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -228,7 +228,7 @@
         * Note that this does NOT open a file...
         * Does 'init' deserve its own facility number?
         */
-       openlog("init", LOG_CONS|LOG_ODELAY, LOG_AUTH);
+       openlog("init", LOG_CONS, LOG_AUTH);
 #endif /* LETS_GET_SMALL */
 
 



Home | Main Index | Thread Index | Old Index