From: Jim Meyering Date: Wed, 10 Sep 2003 09:07:30 +0000 (+0000) Subject: (getenv): Remove decl. X-Git-Tag: v5.1.0~737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c69779b7bc0931a935efc3f9f8e39826ccbf9440;p=thirdparty%2Fcoreutils.git (getenv): Remove decl. --- diff --git a/lib/posixver.c b/lib/posixver.c index 9467a78cdb..d4761edf96 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