summaryrefslogtreecommitdiff
path: root/archivers/cabextract/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/cabextract/patches/patch-aa')
-rw-r--r--archivers/cabextract/patches/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/archivers/cabextract/patches/patch-aa b/archivers/cabextract/patches/patch-aa
deleted file mode 100644
index ccaa44f2311..00000000000
--- a/archivers/cabextract/patches/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2004/10/28 10:35:56 wiz Exp $
-
---- mempcpy.c.orig 2004-07-16 16:07:01.000000000 +0200
-+++ mempcpy.c
-@@ -29,7 +29,13 @@ Copies @var{length} bytes from memory re
-
- */
-
--#include <ansidecl.h>
-+#include <string.h>
-+#ifndef PTR
-+#define PTR void*
-+#endif
-+#ifndef PARAMS
-+#define PARAMS(x) x
-+#endif
- #ifdef ANSI_PROTOTYPES
- #include <stddef.h>
- #else