$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));