diff options
Diffstat (limited to 'devel/bcc/patches/patch-ar')
-rw-r--r-- | devel/bcc/patches/patch-ar | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/bcc/patches/patch-ar b/devel/bcc/patches/patch-ar new file mode 100644 index 00000000000..9af191d3c5e --- /dev/null +++ b/devel/bcc/patches/patch-ar @@ -0,0 +1,12 @@ +$NetBSD: patch-ar,v 1.1 2003/08/02 20:24:59 kristerw Exp $ +--- bcc/proto.h.orig Sat Nov 14 16:12:34 1992 ++++ bcc/proto.h Sat Aug 2 22:09:22 2003 +@@ -381,8 +381,6 @@ + void *realloc P((void *_ptr, unsigned _nbytes)); + + /* library - string.h */ +-void *memcpy P((void *_t, const void *_s, unsigned _length)); +-void *memset P((void *_s, int _c, unsigned _nbytes)); + char *strcat P((char *_target, const char *_source)); + char *strchr P((const char *_s, int _ch)); + int strcmp P((const char *_s1, const char *_s2)); |