diff --git a/libexec/bootpd/report.c b/libexec/bootpd/report.c index e754a3013c2e..8edb97f5e4db 100644 --- a/libexec/bootpd/report.c +++ b/libexec/bootpd/report.c @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + /* * report() - calls syslog */ @@ -10,6 +12,8 @@ #include #include +#include +#include #include "report.h" @@ -135,9 +139,6 @@ report(priority, fmt, va_alist) char * get_errmsg() { - extern int errno; - extern char *strerror(); - return strerror(errno); }