summaryrefslogtreecommitdiff
path: root/src/shred.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-10 08:41:28 +0000
committerJim Meyering <jim@meyering.net>2003-01-10 08:41:28 +0000
commit3617805acbccf2be0619ceecc8915f773e5b1d36 (patch)
tree4ef66d9f6653bf064ef2dfa28c183d1a64ef41d4 /src/shred.c
parent6f45173dec312def72dd96c3cc936b4d1a5c28af (diff)
downloadcoreutils-3617805acbccf2be0619ceecc8915f773e5b1d36.tar.xz
Remove declaration of xstrdup.
Instead, include "xalloc.h".
Diffstat (limited to 'src/shred.c')
-rw-r--r--src/shred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index 6ea5417af..f48d7f755 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 */