From: Jim Meyering Date: Thu, 23 Oct 1997 14:28:31 +0000 (+0000) Subject: Remove stpcpy dcl. X-Git-Tag: TEXTUTILS-1_22c~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4899bad7eec5b995a3903079736254c629e4b92;p=thirdparty%2Fcoreutils.git Remove stpcpy dcl. --- diff --git a/src/cat.c b/src/cat.c index 0768986951..8dc98e2ed6 100644 --- a/src/cat.c +++ b/src/cat.c @@ -37,7 +37,6 @@ #undef max #define max(h,i) ((h) > (i) ? (h) : (i)) -char *stpcpy (); char *xmalloc (); int full_write (); int safe_read ();