From: Jim Meyering Date: Thu, 2 Sep 1999 21:34:04 +0000 (+0000) Subject: Remove xstrdup declaration. X-Git-Tag: FILEUTILS-4_0j-trial~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85e00531369eab663cc7d96ceaaf3ceee3f9b2f6;p=thirdparty%2Fcoreutils.git Remove xstrdup declaration. --- diff --git a/src/pathchk.c b/src/pathchk.c index 9c65b126c0..97f2fb9d6c 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. */