From: Jim Meyering Date: Thu, 23 Oct 1997 15:57:21 +0000 (+0000) Subject: Remove stpcpy decl. X-Git-Tag: TEXTUTILS-1_22c~210 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58e904c6fd56386d9a9b62616fd0d6e8a7e67a3e;p=thirdparty%2Fcoreutils.git Remove stpcpy decl. --- diff --git a/src/date.c b/src/date.c index 18a9ece492..205ce64204 100644 --- a/src/date.c +++ b/src/date.c @@ -39,7 +39,6 @@ int stime (); char *xrealloc (); char *xmalloc (); char *xstrdup (); -char *stpcpy (); time_t posixtime (); static void show_date __P ((const char *format, time_t when));