$NetBSD: patch-ar,v 1.2 2006/10/10 06:56:05 uebayasi Exp $ --- bcc/proto.h.orig 1992-11-14 16:12:34.000000000 +0100 +++ bcc/proto.h @@ -381,8 +381,6 @@ void *malloc P((unsigned _nbytes)); 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));