summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/report.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/libexec/bootpd/report.c b/libexec/bootpd/report.c
index e754a30..8edb97f 100644
--- a/libexec/bootpd/report.c
+++ b/libexec/bootpd/report.c
@@ -1,3 +1,5 @@
+/* $FreeBSD$ */
+
/*
* report() - calls syslog
*/
@@ -10,6 +12,8 @@
#include <stdio.h>
#include <syslog.h>
+#include <string.h>
+#include <errno.h>
#include "report.h"
@@ -135,9 +139,6 @@ report(priority, fmt, va_alist)
char *
get_errmsg()
{
- extern int errno;
- extern char *strerror();
-
return strerror(errno);
}
OpenPOWER on IntegriCloud