Module Name: src Committed By: tron Date: Thu Oct 1 10:01:14 UTC 2009
Modified Files: src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile Log Message: Disable stack protection warnings for "uds_daemon.c" which allocates variable sized buffers on the stack. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ 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.2 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.3 --- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.2 Thu Oct 1 00:22:03 2009 +++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile Thu Oct 1 10:01:14 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/10/01 00:22:03 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 2009/10/01 10:01:14 tron Exp $ PROG= mdnsd @@ -11,6 +11,8 @@ DNSCommon.c uds_daemon.c mDNSDebug.c dnssd_ipc.c GenLinkedList.c \ PlatformCommon.c +COPTS.uds_daemon.c += -Wno-stack-protector + MAN= mdnsd.8 mdnsd.8: mDNSResponder.8