From: Jim Meyering Date: Sat, 19 Sep 1998 13:11:23 +0000 (+0000) Subject: Fix post-protoization typo. X-Git-Tag: FILEUTILS-3_16z~13 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e1937c326f92e777e05074be10c0018827aced7b;p=gnulib.git Fix post-protoization typo. --- diff --git a/lib/modechange.c b/lib/modechange.c index a2568e5490..4dccdb0f30 100644 --- a/lib/modechange.c +++ b/lib/modechange.c @@ -35,7 +35,7 @@ #if STDC_HEADERS # include #else -char *malloc; +char *malloc (); #endif #ifndef NULL