Module Name: src Committed By: kre Date: Sun Oct 27 01:28:38 UTC 2024
Modified Files: src/external/apache2/mDNSResponder/dist/mDNSShared: dnssd_clientlib.c dnssd_clientstub.c src/external/apache2/mDNSResponder/lib: Makefile Log Message: Fix the builds after mDNSD updates There are 3 changes here: 1. Fixes an obvious merge botch in dist/mDNSShared/dnssd_clientlib.c This one should be perfectly safe. 2. Removes (via #if 0) some code which looks to now be done a different way. There is a reasonable probability this one might be correct. If not, there is definitely more work to be done. This is in (two places in) dist/mDNSShared/dnssd_clientstub.c 3. Adjust CPPFLAGS so things compile -I${DIST}/mDNSCore this is needed for "mdns_strict.h" This change should be safe. -DmDNSResponderVersion Since it is used in several places, and as best I can tell, never defined. For this one I have no idea what its value should be, so I guessed... That should be safe enough as it appears it is only used for log messages, and internal @(#) type identity strings. But someone who knows what version it is supposed to call itself might want to fix this. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/external/apache2/mDNSResponder/dist/mDNSShared/dnssd_clientlib.c cvs rdiff -u -r1.12 -r1.13 \ src/external/apache2/mDNSResponder/dist/mDNSShared/dnssd_clientstub.c cvs rdiff -u -r1.2 -r1.3 src/external/apache2/mDNSResponder/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.