Use #include <errno.h> rather than extern int errno;.

This commit is contained in:
Warner Losh 2000-04-14 06:03:39 +00:00
parent e6affa6696
commit fba0ed115e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59214

View File

@ -54,7 +54,7 @@ static const char rcsid[] =
#include <unistd.h>
#include <fcntl.h>
#include <locale.h>
#include <errno.h>
#include "shell.h"
#include "main.h"
@ -81,7 +81,6 @@ static const char rcsid[] =
int rootpid;
int rootshell;
extern int errno;
#if PROFILE
short profile_buf[16384];
extern int etext();