summaryrefslogtreecommitdiff
path: root/src/cp-hash.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-25 22:03:55 +0000
committerJim Meyering <jim@meyering.net>1997-10-25 22:03:55 +0000
commitdf445b0891eda678c9cdf511277a5d5c524f1404 (patch)
tree2015d7957276fa005137574c1a9ebf92837a0136 /src/cp-hash.c
parentb3ab88e9707c43617efb5f85fd90de2f39bce6a6 (diff)
downloadcoreutils-df445b0891eda678c9cdf511277a5d5c524f1404.tar.xz
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/cp-hash.c')
-rw-r--r--src/cp-hash.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c
index 14fe478e3..e9535d453 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.c
@@ -1,5 +1,5 @@
/* cp-hash.c -- file copying (hash search routines)
- Copyright (C) 89, 90, 91, 95, 1996 Free Software Foundation.
+ Copyright (C) 89, 90, 91, 95, 1996, 1997 Free Software Foundation.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -41,9 +41,6 @@ struct htab
struct entry *hash[1]; /* Vector of pointers in `entry_tab'. */
};
-char *xmalloc ();
-char *xrealloc ();
-
struct htab *htab;
char new_file;