Fix post-protoization typo.
authorJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 13:11:23 +0000 (13:11 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 13:11:23 +0000 (13:11 +0000)
lib/modechange.c

index a2568e5490eaceee1929ef9f77cda942c8458af8..4dccdb0f305a08595cd07a19a9ce497ab8284859 100644 (file)
@@ -35,7 +35,7 @@
 #if STDC_HEADERS
 # include <stdlib.h>
 #else
-char *malloc;
+char *malloc ();
 #endif
 
 #ifndef NULL