From 75ebc37291eed8483fb22905d467342d5210e68a Mon Sep 17 00:00:00 2001 From: jay Date: Wed, 24 Nov 2004 14:00:04 +0000 Subject: [PATCH] Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h --- find/defs.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/find/defs.h b/find/defs.h index a984e80..77c8c80 100644 --- a/find/defs.h +++ b/find/defs.h @@ -320,12 +320,6 @@ char *xgetcwd PARAMS((void)); #define VOID char #endif -VOID *xmalloc PARAMS((size_t n)); -VOID *xrealloc PARAMS((VOID *p, size_t n)); - -/* xstrdup.c */ -char *xstrdup PARAMS((char *string)); - /* find global function declarations. */ /* find.c */ -- 2.11.4.GIT