From c69779b7bc0931a935efc3f9f8e39826ccbf9440 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Sep 2003 09:07:30 +0000 Subject: (getenv): Remove decl. --- lib/posixver.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/posixver.c b/lib/posixver.c index 9467a78cd..d4761edf9 100644 --- a/lib/posixver.c +++ b/lib/posixver.c @@ -1,6 +1,6 @@ /* Which POSIX version to conform to, for utilities. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,11 +23,7 @@ #endif #include - #include -#if !HAVE_DECL_GETENV && !defined getenv -char *getenv (); -#endif #if HAVE_UNISTD_H # include -- cgit v1.2.3-54-g00ecf