Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include/ssp Revert my last change. I'm not convinced it is c...
details: https://anonhg.NetBSD.org/src/rev/1684bea1c988
branches: trunk
changeset: 791152:1684bea1c988
user: tron <tron%NetBSD.org@localhost>
date: Thu Nov 07 00:02:58 2013 +0000
description:
Revert my last change. I'm not convinced it is correct and while it seems
to fix some build problems it might cause others.
diffstat:
include/ssp/string.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r ae149265961f -r 1684bea1c988 include/ssp/string.h
--- a/include/ssp/string.h Wed Nov 06 23:32:04 2013 +0000
+++ b/include/ssp/string.h Thu Nov 07 00:02:58 2013 +0000
@@ -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 @@
__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 *)
Home |
Main Index |
Thread Index |
Old Index