Module Name:    src
Committed By:   christos
Date:           Sun Apr  8 13:43:29 UTC 2018

Modified Files:
        src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile

Log Message:
remove format checker; cannot work because of %#a (ip address printing).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
    src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile

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

Modified files:

Index: src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile
diff -u src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.10 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.11
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.10	Sat Apr  7 15:18:44 2018
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile	Sun Apr  8 09:43:29 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2018/04/07 19:18:44 christos Exp $
+#	$NetBSD: Makefile,v 1.11 2018/04/08 13:43:29 christos Exp $
 
 PROG=	mdnsd
 
@@ -7,8 +7,7 @@ PROG=	mdnsd
 .PATH:	${DIST}/mDNSPosix ${DIST}/mDNSCore ${DIST}/mDNSShared
 
 CPPFLAGS+=-I${DIST}/mDNSCore -I${DIST}/mDNSShared \
-	-DPROGRAM_NAME=\"mdnsd\" -DHAVE_SIGINFO \
-	-DMDNS_CHECK_PRINTF_STYLE_FUNCTIONS=1
+	-DPROGRAM_NAME=\"mdnsd\" -DHAVE_SIGINFO
 #CPPFLAGS+=-DMDNS_DEBUGMSGS=99
 SRCS=	PosixDaemon.c mDNSPosix.c mDNSUNP.c mDNS.c DNSDigest.c uDNS.c \
 	DNSCommon.c uds_daemon.c mDNSDebug.c dnssd_ipc.c GenLinkedList.c \

Reply via email to