From c6900474ef4e0acc02bf5ff41c933afeef4aae09 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 26 Oct 2009 14:32:59 -0600 Subject: 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. --- src/env.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/env.c') 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'}, -- cgit v1.2.3-54-g00ecf