summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay/errwarn.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Banished to the attic.krw2017-02-131-213/+0
|
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-071-2/+16
| | | | | | | each *.c file. Inspired by mention of header silliness by Edgar Pettijohn and mmcc@ on tech@.
* warn() -> warning() to not overload with libc function; this hasstevesk2006-12-181-2/+2
| | | | previously been done to dhclient and dhcpd
* handle snprintf() returning -1. ok henning@moritz2005-04-191-1/+3
|
* use STDERR_FILENO; ok cloderderaadt2005-04-111-9/+9
|
* remove unused stuff; henning okderaadt2004-05-041-3/+1
|
* initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclienthenning2004-04-121-0/+199