remove extern int errno; include errno.h

This commit is contained in:
Warner Losh 2000-04-14 06:49:16 +00:00
parent 0e7f0658ee
commit a39ebf9911
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59218
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;