From 1f91c41d4dd9a2321320f1856b01f542e481d8a3 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 4 Jul 2009 06:31:31 +0000 Subject: Remove references to config #defines for the thoroughly obsolete 4.2BSD syslog API. --- hunt/huntd/driver.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'hunt/huntd/driver.c') diff --git a/hunt/huntd/driver.c b/hunt/huntd/driver.c index f1d79297..86c3a5d7 100644 --- a/hunt/huntd/driver.c +++ b/hunt/huntd/driver.c @@ -1,4 +1,4 @@ -/* $NetBSD: driver.c,v 1.17 2009/07/04 04:29:54 dholland Exp $ */ +/* $NetBSD: driver.c,v 1.18 2009/07/04 06:31:31 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -32,7 +32,7 @@ #include #ifndef lint -__RCSID("$NetBSD: driver.c,v 1.17 2009/07/04 04:29:54 dholland Exp $"); +__RCSID("$NetBSD: driver.c,v 1.18 2009/07/04 06:31:31 dholland Exp $"); #endif /* not lint */ #include @@ -279,12 +279,7 @@ init(void) (void) signal(SIGPIPE, SIG_IGN); #ifdef LOG -#ifdef SYSLOG_43 openlog("huntd", LOG_PID, LOG_DAEMON); -#endif -#ifdef SYSLOG_42 - openlog("huntd", LOG_PID); -#endif #endif /* -- cgit v1.2.3