From 85e00531369eab663cc7d96ceaaf3ceee3f9b2f6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 2 Sep 1999 21:34:04 +0000 Subject: [PATCH] Remove xstrdup declaration. --- src/pathchk.c | 2 -- 1 file changed, 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. */ -- 2.34.1