summaryrefslogtreecommitdiff
path: root/src/csplit.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-23 14:29:46 +0000
committerJim Meyering <jim@meyering.net>1997-10-23 14:29:46 +0000
commit1aad2e1c4a18726a2afac7da89a1594399d5146f (patch)
tree94b6043447103da243e62b7f00670932fd6d20d3 /src/csplit.c
parentd4899bad7eec5b995a3903079736254c629e4b92 (diff)
downloadcoreutils-1aad2e1c4a18726a2afac7da89a1594399d5146f.tar.xz
Remove malloc and realloc dcls.
Diffstat (limited to 'src/csplit.c')
-rw-r--r--src/csplit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/csplit.c b/src/csplit.c
index 7d45bf9a9..f7aa9fded 100644
--- a/src/csplit.c
+++ b/src/csplit.c
@@ -52,9 +52,6 @@
#ifdef STDC_HEADERS
# include <stdlib.h>
-#else
-char *malloc ();
-char *realloc ();
#endif
#ifndef MAX