From: Jim Meyering Date: Thu, 25 Dec 1997 16:49:08 +0000 (+0000) Subject: Declare stpcpy only if not defined as macro. X-Git-Tag: FILEUTILS-3_16h~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9897ca0150a714970b7a8ee5c25fd584289a686a;p=thirdparty%2Fcoreutils.git Declare stpcpy only if not defined as macro. --- diff --git a/lib/savedir.c b/lib/savedir.c index 76634eef4e..523e94e0eb 100644 --- a/lib/savedir.c +++ b/lib/savedir.c @@ -62,7 +62,9 @@ char *realloc (); # define NULL 0 #endif +#ifndef stpcpy char *stpcpy (); +#endif #include "savedir.h"