remove extern int errno; include errno.h

This commit is contained in:
imp 2000-04-14 06:49:16 +00:00
parent 4721d7ef43
commit 1e1b2fb024
2 changed files with 1 additions and 2 deletions

View File

@ -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: ");

View File

@ -164,7 +164,6 @@ main(argc, argv)
int ch;
char *mastername;
char myname[MAXHOSTNAMELEN + 2];
extern int errno;
extern int debug;
debug = 1;