summaryrefslogtreecommitdiff
path: root/src/env.c
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-10-26 14:32:59 -0600
committerEric Blake <ebb9@byu.net>2009-10-26 21:30:28 -0600
commitc6900474ef4e0acc02bf5ff41c933afeef4aae09 (patch)
tree09f7de0a8ce2e29713fb46a384631aa25c5a4326 /src/env.c
parentdae24f5ffc4846ce5178b3f765aec9074ce73b08 (diff)
downloadcoreutils-c6900474ef4e0acc02bf5ff41c933afeef4aae09.tar.xz
maint: let gnulib provide environ
* bootstrap.conf (gnulib_modules): Add environ. * src/env.c (environ): Delete declaration. * src/printenv.c (environ): Likewise. * src/stdbuf.c (environ): Likewise. * src/su.c (environ): Likewise.
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/env.c b/src/env.c
index b69a29a1b..ee5e6b6ce 100644
--- a/src/env.c
+++ b/src/env.c
@@ -91,8 +91,6 @@
proper_name ("Richard Mlynarik"), \
proper_name ("David MacKenzie")
-extern char **environ;
-
static struct option const longopts[] =
{
{"ignore-environment", no_argument, NULL, 'i'},