changeset 1497:df991a2327b5

Fix post-protoization typo.
author Jim Meyering <jim@meyering.net>
date Sat, 19 Sep 1998 13:11:23 +0000
parents f58fdf937295
children ad218135edca
files lib/modechange.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/modechange.c
+++ b/lib/modechange.c
@@ -35,7 +35,7 @@
 #if STDC_HEADERS
 # include <stdlib.h>
 #else
-char *malloc;
+char *malloc ();
 #endif
 
 #ifndef NULL