summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-09-02 21:34:04 +0000
committerJim Meyering <jim@meyering.net>1999-09-02 21:34:04 +0000
commit85e00531369eab663cc7d96ceaaf3ceee3f9b2f6 (patch)
tree9b867928d9002ff3135fa7122a13b0e129a64948 /src
parentb10b8369dddd8f4e5faf36e9436e58421ca46a87 (diff)
downloadcoreutils-85e00531369eab663cc7d96ceaaf3ceee3f9b2f6.tar.xz
Remove xstrdup declaration.
Diffstat (limited to 'src')
-rw-r--r--src/pathchk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pathchk.c b/src/pathchk.c
index 9c65b126c..97f2fb9d6 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -95,8 +95,6 @@
# define NAME_MAX_FOR(p) NAME_MAX
#endif
-char *xstrdup ();
-
static int validate_path PARAMS ((char *path, int portability));
/* The name this program was run with. */