diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-13 22:12:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-13 22:12:21 +0000 |
commit | 6335f4404fc714d4ad469177fbafc029801fa0a8 (patch) | |
tree | 3941c580baaef1e9d5f2c622a9e697db0612cbfa /lib | |
parent | e028b4dd481cc5f88e7263b095465ad044beae6b (diff) | |
download | coreutils-6335f4404fc714d4ad469177fbafc029801fa0a8.tar.xz |
Update from gnulib.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/argmatch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/argmatch.c b/lib/argmatch.c index 86a01eb5b..972a085e9 100644 --- a/lib/argmatch.c +++ b/lib/argmatch.c @@ -209,7 +209,6 @@ argmatch_to_argument (const char *value, * Based on "getversion.c" by David MacKenzie <djm@gnu.ai.mit.edu> */ char *program_name; -extern const char *getenv (); /* When to make backup files. */ enum backup_type |