diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-07-01 10:46:25 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-07-01 10:46:25 +0000 |
| commit | a485fc643e59df47cc1a95efcf1d0ec3204233b0 (patch) | |
| tree | 8551767a790ba362d9da8c87dc91687e15b06870 | |
| parent | 2ce4c757978e6747b0da25840f5e8de62d97f664 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/IPXrouted/startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/IPXrouted/startup.c b/usr.sbin/IPXrouted/startup.c index db443abb338b..1740a8861f21 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 <net/if.h> #include <net/if_dl.h> +#include <errno.h> #include <nlist.h> #include <stdlib.h> @@ -68,7 +69,6 @@ void quit(s) char *s; { - extern int errno; int sverrno = errno; (void) fprintf(stderr, "IPXroute: "); |
