Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/ssp add __stpncpy_chk
details: https://anonhg.NetBSD.org/src/rev/42e0508864f6
branches: trunk
changeset: 795312:42e0508864f6
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 06 19:29:37 2014 +0000
description:
add __stpncpy_chk
diffstat:
lib/libc/ssp/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r ed4869f0c929 -r 42e0508864f6 lib/libc/ssp/Makefile.inc
--- a/lib/libc/ssp/Makefile.inc Sun Apr 06 19:29:25 2014 +0000
+++ b/lib/libc/ssp/Makefile.inc Sun Apr 06 19:29:37 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.4 2013/11/07 02:01:42 christos Exp $
+# $NetBSD: Makefile.inc,v 1.5 2014/04/06 19:29:37 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 \
+ snprintf_chk.c sprintf_chk.c stpcpy_chk.c stpncpy_chk.c \
strcat_chk.c strcpy_chk.c strncat_chk.c strncpy_chk.c \
vsnprintf_chk.c vsprintf_chk.c
Home |
Main Index |
Thread Index |
Old Index