From fb23e6a8a97854753d20b31d250b420eea891c08 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 7 Nov 2013 00:02:58 +0000 Subject: [PATCH] Revert my last change. I'm not convinced it is correct and while it seems to fix some build problems it might cause others. --- include/ssp/string.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/ssp/string.h b/include/ssp/string.h index b3473632f020..055b24adcf9f 100644 --- a/include/ssp/string.h +++ b/include/ssp/string.h @@ -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 *)