Module Name:    src
Committed By:   tron
Date:           Thu Nov  7 00:02:59 UTC 2013

Modified Files:
        src/include/ssp: string.h

Log Message:
Revert my last change. I'm not convinced it is correct and while it seems
to fix some build problems it might cause others.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/include/ssp/string.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/ssp/string.h
diff -u src/include/ssp/string.h:1.7 src/include/ssp/string.h:1.8
--- src/include/ssp/string.h:1.7	Wed Nov  6 21:33:12 2013
+++ src/include/ssp/string.h	Thu Nov  7 00:02:58 2013
@@ -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 *)

Reply via email to