Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/timed/timedc LOG_ODELAY is deprecated; it's the def...
details: https://anonhg.NetBSD.org/src/rev/02c6ab5a5a74
branches: trunk
changeset: 502060:02c6ab5a5a74
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jan 11 03:05:42 2001 +0000
description:
LOG_ODELAY is deprecated; it's the default
diffstat:
usr.sbin/timed/timedc/timedc.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 13911ae11ebb -r 02c6ab5a5a74 usr.sbin/timed/timedc/timedc.c
--- a/usr.sbin/timed/timedc/timedc.c Thu Jan 11 02:58:05 2001 +0000
+++ b/usr.sbin/timed/timedc/timedc.c Thu Jan 11 03:05:42 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: timedc.c,v 1.6 1997/10/18 07:13:35 lukem Exp $ */
+/* $NetBSD: timedc.c,v 1.7 2001/01/11 03:05:42 lukem Exp $ */
/*-
* Copyright (c) 1985, 1993 The Regents of the University of California.
@@ -44,12 +44,12 @@
#if 0
static char sccsid[] = "@(#)timedc.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: timedc.c,v 1.6 1997/10/18 07:13:35 lukem Exp $");
+__RCSID("$NetBSD: timedc.c,v 1.7 2001/01/11 03:05:42 lukem Exp $");
#endif
#endif /* not lint */
#ifdef sgi
-#ident "$Revision: 1.6 $"
+#ident "$Revision: 1.7 $"
#endif
#include "timedc.h"
@@ -75,7 +75,7 @@
{
register struct cmd *c;
- openlog("timedc", LOG_ODELAY, LOG_AUTH);
+ openlog("timedc", 0, LOG_AUTH);
/*
* security dictates!
Home |
Main Index |
Thread Index |
Old Index