use strncpy...

This commit is contained in:
christos 2019-10-15 18:29:21 +00:00
parent e86a0551d8
commit 384c9fdd8d

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.66 2019/10/13 07:28:11 mrg Exp $
# $NetBSD: Makefile,v 1.67 2019/10/15 18:29:21 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
.include <bsd.own.mk>
@ -39,6 +39,9 @@ LDADD+= -lskey
.endif
.endif # USE_PAM == no
COPTS.ftpd.c += ${GCC_NO_STRINGOP_TRUNCATION}
COPTS.logwtmp.c += ${GCC_NO_STRINGOP_TRUNCATION}
ftpd.o ftpcmd.o: version.h
#.if (${USE_KERBEROS} != "no")