diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-23 14:29:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-23 14:29:46 +0000 |
commit | 1aad2e1c4a18726a2afac7da89a1594399d5146f (patch) | |
tree | 94b6043447103da243e62b7f00670932fd6d20d3 /src | |
parent | d4899bad7eec5b995a3903079736254c629e4b92 (diff) | |
download | coreutils-1aad2e1c4a18726a2afac7da89a1594399d5146f.tar.xz |
Remove malloc and realloc dcls.
Diffstat (limited to 'src')
-rw-r--r-- | src/csplit.c | 3 |
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 |