summaryrefslogtreecommitdiff
path: root/lib/modechange.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-19 13:11:23 +0000
committerJim Meyering <jim@meyering.net>1998-09-19 13:11:23 +0000
commit7c43d591079ec94036f195990081cc3a4af070a6 (patch)
treeb7c9d135a515de8ca1c1fc5e54582047b88936cf /lib/modechange.c
parentdfb1f6a5b0d3c249874d4f3357922de28f919ff6 (diff)
downloadcoreutils-7c43d591079ec94036f195990081cc3a4af070a6.tar.xz
Fix post-protoization typo.
Diffstat (limited to 'lib/modechange.c')
-rw-r--r--lib/modechange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modechange.c b/lib/modechange.c
index a2568e549..4dccdb0f3 100644
--- 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