Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/ssp we don't support stpncpy until gcc does



details:   https://anonhg.NetBSD.org/src/rev/dccfb775f859
branches:  trunk
changeset: 791161:dccfb775f859
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 07 02:01:42 2013 +0000

description:
we don't support stpncpy until gcc does

diffstat:

 lib/libc/ssp/Makefile.inc |  4 ++--
 lib/libc/ssp/ssp.3        |  4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 7d13f1855957 -r dccfb775f859 lib/libc/ssp/Makefile.inc
--- a/lib/libc/ssp/Makefile.inc Thu Nov 07 02:00:54 2013 +0000
+++ b/lib/libc/ssp/Makefile.inc Thu Nov 07 02:01:42 2013 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.3 2013/11/06 16:31:08 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2013/11/07 02:01:42 christos Exp $
 
 .PATH: ${.CURDIR}/ssp
 
 SSP_SRCS=      gets_chk.c fgets_chk.c memcpy_chk.c memmove_chk.c memset_chk.c \
-               snprintf_chk.c sprintf_chk.c stpcpy_chk.c stpncpy_chk.c \
+               snprintf_chk.c sprintf_chk.c stpcpy_chk.c \
                strcat_chk.c strcpy_chk.c strncat_chk.c strncpy_chk.c \
                vsnprintf_chk.c vsprintf_chk.c
 
diff -r 7d13f1855957 -r dccfb775f859 lib/libc/ssp/ssp.3
--- a/lib/libc/ssp/ssp.3        Thu Nov 07 02:00:54 2013 +0000
+++ b/lib/libc/ssp/ssp.3        Thu Nov 07 02:01:42 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ssp.3,v 1.7 2013/11/06 16:30:55 christos Exp $
+.\"    $NetBSD: ssp.3,v 1.8 2013/11/07 02:01:42 christos Exp $
 .\"
 .\" Copyright (c) 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -60,8 +60,6 @@
 .Ft char *
 .Fn stpcpy "char *str" "const char *ptr"
 .Ft char *
-.Fn stpncpy "char *str" "const char *ptr" "size_t len"
-.Ft char *
 .Fn strcpy "char *str" "const char *ptr"
 .Ft char *
 .Fn strcat "char *str" "const char *ptr"



Home | Main Index | Thread Index | Old Index