$NetBSD: patch-aj,v 1.2 2005/06/19 10:44:45 hira Exp $ --- xargs/xargs.c Fri Oct 7 13:21:39 1994 +++ xargs/xargs.c Tue May 2 15:39:46 2000 @@ -60,9 +60,6 @@ #define memcpy(dest, source, count) (bcopy((source), (dest), (count))) #endif -char *strstr (); -char *strdup (); - #ifndef _POSIX_SOURCE #include #endif