From 57e2022b8d4fa6a2fbb420447705701535e58b0d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 12 Nov 2008 11:02:50 +0100 Subject: remove explicit declaration of putenv, ... * src/date.c: ... now that gnulib guarantees that it's in . * src/env.c: 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 97bec71d4..fb9d7932d 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[] = -- cgit v1.2.3-54-g00ecf