Revert my last change. I'm not convinced it is correct and while it seems

to fix some build problems it might cause others.
This commit is contained in:
tron 2013-11-07 00:02:58 +00:00
parent 0b1de3ffdc
commit fb23e6a8a9
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: string.h,v 1.7 2013/11/06 21:33:12 tron Exp $ */
/* $NetBSD: string.h,v 1.8 2013/11/07 00:02:58 tron Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@ -82,8 +82,6 @@ __BEGIN_DECLS
__ssp_bos_icheck3_restrict(memcpy, void *, const void *)
__ssp_bos_icheck3(memmove, void *, const void *)
__ssp_bos_icheck3(memset, void *, int)
__ssp_bos_icheck2_restrict(stpcpy, char *, const char *)
__ssp_bos_icheck3_restrict(stpncpy, char *, const char *)
__ssp_bos_icheck2_restrict(strcpy, char *, const char *)
__ssp_bos_icheck2_restrict(strcat, char *, const char *)
__ssp_bos_icheck3_restrict(strncpy, char *, const char *)