Remove stpcpy decl.
authorJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 15:57:21 +0000 (15:57 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 15:57:21 +0000 (15:57 +0000)
src/date.c

index 18a9ece..205ce64 100644 (file)
@@ -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));