Remove duplicate declarations for two internal functions.

Remove delcaration for getenv(), we already get it from stdlib.h
This commit is contained in:
billf 1999-09-25 02:23:19 +00:00
parent 5f4efefebc
commit 905cb42c4d
2 changed files with 0 additions and 4 deletions

View File

@ -117,7 +117,6 @@ char tmpfil[] = _PATH_TMP;
char namebuf[BBSIZE], *np = namebuf;
struct disklabel lab;
struct disklabel *readlabel(), *makebootarea();
char bootarea[BBSIZE];
#if NUMBOOT > 0
@ -864,7 +863,6 @@ editit()
{
register int pid, xpid;
int stat, omask;
extern char *getenv();
omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP));
while ((pid = fork()) < 0) {

View File

@ -117,7 +117,6 @@ char tmpfil[] = _PATH_TMP;
char namebuf[BBSIZE], *np = namebuf;
struct disklabel lab;
struct disklabel *readlabel(), *makebootarea();
char bootarea[BBSIZE];
#if NUMBOOT > 0
@ -864,7 +863,6 @@ editit()
{
register int pid, xpid;
int stat, omask;
extern char *getenv();
omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP));
while ((pid = fork()) < 0) {