In syslogd replace the dprintf() macro with a logdebug() function
authorbluhm <bluhm@openbsd.org>
Thu, 15 Oct 2015 20:26:47 +0000 (20:26 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 15 Oct 2015 20:26:47 +0000 (20:26 +0000)
commitc7d9b63c388b53d02262e261a768b331ebeb9048
tree540f0d8908353da357d994a0fc59a2627a5906e1
parenta01c707b33fea7fce7f0eab27d61d9fe6eda7cc1
In syslogd replace the dprintf() macro with a logdebug() function
as dprintf(3) is in libc now and does something different.
OK guenther@
usr.sbin/syslogd/privsep.c
usr.sbin/syslogd/syslogd.c
usr.sbin/syslogd/syslogd.h