summaryrefslogtreecommitdiff
path: root/sbin/dhclient/conflex.c
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2017-02-12 13:15:51 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2017-02-12 13:15:51 +0000
commitb1f4da57980d4b1a93867c6163fe2551e76f8bfa (patch)
treec30e4bae372115d51d747f289feff089644f8271 /sbin/dhclient/conflex.c
parent8fa79650edfb6d1227033653a68a29d232c58f22 (diff)
Switch from 'legacy' errwarn.c to standard daemon logging functions.
No objections heard. Feedback from millert@ guenther@
Diffstat (limited to 'sbin/dhclient/conflex.c')
-rw-r--r--sbin/dhclient/conflex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dhclient/conflex.c b/sbin/dhclient/conflex.c
index 4cf3c1440da..58b46ac5ac4 100644
--- a/sbin/dhclient/conflex.c
+++ b/sbin/dhclient/conflex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conflex.c,v 1.34 2016/08/16 21:57:51 krw Exp $ */
+/* $OpenBSD: conflex.c,v 1.35 2017/02/12 13:15:50 krw Exp $ */
/* Lexical scanner for dhclient config file. */
@@ -60,6 +60,7 @@
#include "dhcp.h"
#include "dhcpd.h"
#include "dhctoken.h"
+#include "log.h"
int lexline;
int lexchar;