From: Jim Meyering Date: Wed, 12 Nov 2008 10:02:50 +0000 (+0100) Subject: remove explicit declaration of putenv, ... X-Git-Tag: v7.1~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57e2022b8d4fa6a2fbb420447705701535e58b0d;p=thirdparty%2Fcoreutils.git remove explicit declaration of putenv, ... * src/date.c: ... now that gnulib guarantees that it's in . * src/env.c: Likewise. --- diff --git a/src/date.c b/src/date.c index e94de60137..43e20057c6 100644 --- a/src/date.c +++ b/src/date.c @@ -38,8 +38,6 @@ #define AUTHORS proper_name ("David MacKenzie") -int putenv (); - static bool show_date (const char *format, struct timespec when); enum Time_spec diff --git a/src/env.c b/src/env.c index 97bec71d42..fb9d7932d4 100644 --- a/src/env.c +++ b/src/env.c @@ -91,8 +91,6 @@ proper_name ("Richard Mlynarik"), \ proper_name ("David MacKenzie") -int putenv (); - extern char **environ; static struct option const longopts[] =