Remove bogus redeclaration of setenv().

Fixes make world failure #3 for today (part of an ongoing series).
This commit is contained in:
Jordan K. Hubbard 1997-01-07 06:26:19 +00:00
parent 9c171de035
commit 1e97817fad

View File

@ -1,4 +1,4 @@
/* $RCSfile: util.h,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:55 $
/* $RCSfile: util.h,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:46 $
*
* Copyright (c) 1991, Larry Wall
*
@ -6,6 +6,9 @@
* License or the Artistic License, as specified in the README file.
*
* $Log: util.h,v $
* Revision 1.2 1995/05/30 05:03:46 rgrimes
* Remove trailing whitespace.
*
* Revision 1.1.1.1 1994/09/10 06:27:55 gclarkii
* Initial import of Perl 4.046 bmaked
*
@ -48,7 +51,6 @@ void prexit();
char *get_a_line();
char *savestr();
int makedir();
void setenv();
int envix();
void notincl();
char *getval();