Module Name:    src
Committed By:   prlw1
Date:           Sat Nov 25 15:39:51 UTC 2023

Modified Files:
        src/libexec/ftpd: Makefile

Log Message:
ftpd: deduplicate gcc warning avoidance
OK lukem@


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/libexec/ftpd/Makefile

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

Modified files:

Index: src/libexec/ftpd/Makefile
diff -u src/libexec/ftpd/Makefile:1.69 src/libexec/ftpd/Makefile:1.70
--- src/libexec/ftpd/Makefile:1.69	Sat Jun  3 09:09:11 2023
+++ src/libexec/ftpd/Makefile	Sat Nov 25 15:39:51 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.69 2023/06/03 09:09:11 lukem Exp $
+#	$NetBSD: Makefile,v 1.70 2023/11/25 15:39:51 prlw1 Exp $
 #	@(#)Makefile	8.2 (Berkeley) 4/4/94
 
 .include <bsd.own.mk>
@@ -39,9 +39,6 @@ LDADD+= -lskey
 .endif
 .endif	# USE_PAM == no
 
-COPTS.ftpd.c += ${CC_WNO_STRINGOP_TRUNCATION}
-COPTS.logwtmp.c += ${CC_WNO_STRINGOP_TRUNCATION}
-
 ftpd.o ftpcmd.o: version.h
 
 #.if (${USE_KERBEROS} != "no")

Reply via email to