From: Jim Meyering Date: Fri, 10 Nov 1995 14:48:03 +0000 (+0000) Subject: Don't protoize dcl of basename. X-Git-Tag: TEXTUTILS-1_13F~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a69ea769a0fe34c8250f9bf33b0d8ff92b9432a;p=thirdparty%2Fcoreutils.git Don't protoize dcl of basename. --- 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 ();