]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(getenv): Remove decl.
authorJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 09:07:30 +0000 (09:07 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 09:07:30 +0000 (09:07 +0000)
lib/posixver.c

index 9467a78cdb71cc19db74b7f5b6d2c685b7e004ff..d4761edf960dc0b51c7c59012821ba8f569851f6 100644 (file)
@@ -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
 #endif
 
 #include <limits.h>
-
 #include <stdlib.h>
-#if !HAVE_DECL_GETENV && !defined getenv
-char *getenv ();
-#endif
 
 #if HAVE_UNISTD_H
 # include <unistd.h>