summaryrefslogtreecommitdiff
path: root/sysutils/findutils/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/findutils/patches/patch-aj')
-rw-r--r--sysutils/findutils/patches/patch-aj14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/findutils/patches/patch-aj b/sysutils/findutils/patches/patch-aj
deleted file mode 100644
index ec9e6f51cdf..00000000000
--- a/sysutils/findutils/patches/patch-aj
+++ /dev/null
@@ -1,14 +0,0 @@
-$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 <sys/param.h>
- #endif