From 1e1b2fb024dccc504ac3a53912135b0e1dd757c5 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 14 Apr 2000 06:49:16 +0000 Subject: remove extern int errno; include errno.h --- usr.sbin/IPXrouted/startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/IPXrouted') diff --git a/usr.sbin/IPXrouted/startup.c b/usr.sbin/IPXrouted/startup.c index db443ab..1740a88 100644 --- a/usr.sbin/IPXrouted/startup.c +++ b/usr.sbin/IPXrouted/startup.c @@ -55,6 +55,7 @@ static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/5/93"; #include #include +#include #include #include @@ -68,7 +69,6 @@ void quit(s) char *s; { - extern int errno; int sverrno = errno; (void) fprintf(stderr, "IPXroute: "); -- cgit v1.1