summaryrefslogtreecommitdiff
path: root/src/stdbuf.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/stdbuf.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/stdbuf.c')
-rw-r--r--src/stdbuf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdbuf.c b/src/stdbuf.c
index 393071354..885356bec 100644
--- a/src/stdbuf.c
+++ b/src/stdbuf.c
@@ -39,8 +39,6 @@
static char *program_path;
-extern char **environ;
-
static struct
{
size_t size;