diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-02-12 13:15:51 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-02-12 13:15:51 +0000 |
commit | b1f4da57980d4b1a93867c6163fe2551e76f8bfa (patch) | |
tree | c30e4bae372115d51d747f289feff089644f8271 /sbin/dhclient/conflex.c | |
parent | 8fa79650edfb6d1227033653a68a29d232c58f22 (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.c | 3 |
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; |