utils_dns.c: fix build on OSX
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 7 Aug 2016 11:35:53 +0000 (13:35 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 7 Aug 2016 11:35:53 +0000 (13:35 +0200)
commit41cdd38962d0649941ec2732b02662b05ac0172a
tree59510ebcfc6cd45c255c091bf7a0e4c0bf28384b
parente1d4681088e33d3ec256c296dff4dbaeb70b883a
utils_dns.c: fix build on OSX

utils_dns.c:759:11: error: use of undeclared identifier 'ns_t_apl'
            case ns_t_apl:      return ("APL");

Apparently Apple forgot to add some record types
when they bumped the version number of /usr/include/arpa/nameser.h
src/utils_dns.c