From 9a69ea769a0fe34c8250f9bf33b0d8ff92b9432a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Nov 1995 14:48:03 +0000 Subject: [PATCH] Don't protoize dcl of basename. --- src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.c b/src/install.c index 2af799dad1..86dc6f1d37 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 (); -- 2.47.2