summaryrefslogtreecommitdiff
path: root/sysutils/findutils/patches/patch-aj
blob: 1fa558744d374509f302f22b06ffe0a2e477add2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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 <sys/param.h>
 #endif