summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-10 14:48:03 +0000
committerJim Meyering <jim@meyering.net>1995-11-10 14:48:03 +0000
commit9a69ea769a0fe34c8250f9bf33b0d8ff92b9432a (patch)
tree666cfb748167d33f87ef3a091be76f71afe5115c /src
parent3044600151c7b3231b5b39f1cfcffa18262cd4dd (diff)
downloadcoreutils-9a69ea769a0fe34c8250f9bf33b0d8ff92b9432a.tar.xz
Don't protoize dcl of basename.
Diffstat (limited to 'src')
-rw-r--r--src/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c
index 2af799dad..86dc6f1d3 100644
--- a/src/install.c
+++ b/src/install.c
@@ -92,7 +92,7 @@ int wait ();
/* Number of bytes of a file to copy at a time. */
#define READ_SIZE (32 * 1024)
-char *basename (char *);
+char *basename ();
char *stpcpy ();
char *xmalloc ();
int safe_read ();