author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 7 Aug 2016 11:35:53 +0000 (13:35 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 7 Aug 2016 11:35:53 +0000 (13:35 +0200) | ||
commit | 41cdd38962d0649941ec2732b02662b05ac0172a | |
tree | 59510ebcfc6cd45c255c091bf7a0e4c0bf28384b | tree | snapshot |
parent | e1d4681088e33d3ec256c296dff4dbaeb70b883a | commit | diff |
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
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 | diff | blob | history |