From 833218761701cca9c10897cc4fbb60fbc76ee634 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 4 Sep 2000 05:48:09 +0000 Subject: strerror is declared in errno is declared in --- libexec/bootpd/report.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libexec/bootpd') 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 #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); } -- cgit v1.1