summaryrefslogtreecommitdiff
path: root/src/du.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/du.c
parentb3ab88e9707c43617efb5f85fd90de2f39bce6a6 (diff)
downloadcoreutils-df445b0891eda678c9cdf511277a5d5c524f1404.tar.xz
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/du.c b/src/du.c
index 927d147dc..2ccd10edc 100644
--- a/src/du.c
+++ b/src/du.c
@@ -100,9 +100,6 @@ typedef struct
int stat ();
int lstat ();
-char *xmalloc ();
-char *xrealloc ();
-
static int hash_insert __P ((ino_t ino, dev_t dev));
static int hash_insert2 __P ((struct htab *_htab, ino_t ino, dev_t dev));
static long count_entry __P ((const char *ent, int top, dev_t last_dev,