summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-07 06:26:19 +0000
committerjkh <jkh@FreeBSD.org>1997-01-07 06:26:19 +0000
commit727acdc37b5ca7a58b0872a4f29ccf8e16bda4ef (patch)
treec1154624c189c70e66fdcbd0b56d86a7a34b3ac9 /gnu/usr.bin/perl
parent8eff4cb820e0a756ecb7e2f1281122c030398010 (diff)
downloadFreeBSD-src-727acdc37b5ca7a58b0872a4f29ccf8e16bda4ef.zip
FreeBSD-src-727acdc37b5ca7a58b0872a4f29ccf8e16bda4ef.tar.gz
Remove bogus redeclaration of setenv().
Fixes make world failure #3 for today (part of an ongoing series).
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r--gnu/usr.bin/perl/x2p/util.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/x2p/util.h b/gnu/usr.bin/perl/x2p/util.h
index ad94422..17a689a 100644
--- a/gnu/usr.bin/perl/x2p/util.h
+++ b/gnu/usr.bin/perl/x2p/util.h
@@ -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();
OpenPOWER on IntegriCloud