diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-25 22:03:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-25 22:03:55 +0000 |
commit | df445b0891eda678c9cdf511277a5d5c524f1404 (patch) | |
tree | 2015d7957276fa005137574c1a9ebf92837a0136 /src/dd.c | |
parent | b3ab88e9707c43617efb5f85fd90de2f39bce6a6 (diff) | |
download | coreutils-df445b0891eda678c9cdf511277a5d5c524f1404.tar.xz |
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/dd.c')
-rw-r--r-- | src/dd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -93,7 +93,6 @@ /* Use separate input and output buffers, and combine partial input blocks. */ #define C_TWOBUFS 04000 -char *xmalloc (); int safe_read (); int full_write (); |