Source-Changes-HG archive

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

[src/trunk]: src/external/apache2/mDNSResponder/usr.sbin/mdnsd remove format ...



details:   https://anonhg.NetBSD.org/src/rev/72b0fa1f5e63
branches:  trunk
changeset: 321873:72b0fa1f5e63
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 08 13:43:29 2018 +0000

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

diffstat:

 external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r eb80e4f4b750 -r 72b0fa1f5e63 external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile
--- a/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile    Sun Apr 08 13:39:42 2018 +0000
+++ b/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile    Sun Apr 08 13:43:29 2018 +0000
@@ -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 @@
 .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 \



Home | Main Index | Thread Index | Old Index