K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-02-24T22:08:03.512033Z K 7 svn:log V 394 net/mDNSResponder: fix build on GCC architectures Error: ../mDNSCore/DNSCommon.c:3636: error: 'for' loop initial declaration used outside C99 mode But USE_CSTD=c99 causes another problem: ../mDNSCore/DNSDigest.c:958:9: warning: implicit declaration of function 'asm' is invalid in C99 [-Wimplicit-function-declaration] R0(A,B,C,D,X[ 0], 7,0xd76aa478L); ^ Just use newer GCC. END