summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-10 09:07:30 +0000
committerJim Meyering <jim@meyering.net>2003-09-10 09:07:30 +0000
commitc69779b7bc0931a935efc3f9f8e39826ccbf9440 (patch)
tree9d6b2f57814fc12d75c625ca9d82bbff2dee40fe
parent1512acb7e5228312fda4c5ea9ea1ee3bf08f1db0 (diff)
downloadcoreutils-c69779b7bc0931a935efc3f9f8e39826ccbf9440.tar.xz
(getenv): Remove decl.
-rw-r--r--lib/posixver.c6
1 files changed, 1 insertions, 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 <limits.h>
-
#include <stdlib.h>
-#if !HAVE_DECL_GETENV && !defined getenv
-char *getenv ();
-#endif
#if HAVE_UNISTD_H
# include <unistd.h>