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/copy.c | |
parent | b3ab88e9707c43617efb5f85fd90de2f39bce6a6 (diff) | |
download | coreutils-df445b0891eda678c9cdf511277a5d5c524f1404.tar.gz coreutils-df445b0891eda678c9cdf511277a5d5c524f1404.tar.bz2 coreutils-df445b0891eda678c9cdf511277a5d5c524f1404.zip |
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/copy.c')
-rw-r--r-- | src/copy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c index 54d6a6102..c65fadb38 100644 --- a/src/copy.c +++ b/src/copy.c @@ -36,7 +36,6 @@ struct dir_list int full_write (); int euidaccess (); -char *xmalloc (); int yesno (); static int copy_internal __P ((const char *src_path, const char *dst_path, |