remove explicit declaration of putenv, ...

* src/date.c: ... now that gnulib guarantees that it's in <stdlib.h>.
* src/env.c: Likewise.
This commit is contained in:
Jim Meyering 2008-11-12 11:02:50 +01:00
parent be6b4218e4
commit 57e2022b8d
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -91,8 +91,6 @@
proper_name ("Richard Mlynarik"), \
proper_name ("David MacKenzie")
int putenv ();
extern char **environ;
static struct option const longopts[] =