From: Jim Meyering Date: Fri, 10 Jan 2003 08:41:28 +0000 (+0000) Subject: Remove declaration of xstrdup. X-Git-Tag: v4.5.5~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3617805acbccf2be0619ceecc8915f773e5b1d36;p=thirdparty%2Fcoreutils.git Remove declaration of xstrdup. Instead, include "xalloc.h". --- diff --git a/src/shred.c b/src/shred.c index 6ea5417af2..f48d7f755d 100644 --- a/src/shred.c +++ b/src/shred.c @@ -110,7 +110,7 @@ #include "inttostr.h" #include "quotearg.h" /* For quotearg_colon */ #include "quote.h" /* For quotearg_colon */ -char *xstrdup (char const *); +#include "xalloc.h" #ifndef O_NOCTTY # define O_NOCTTY 0 /* This is a very optional frill */