mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
ns_name_skip was recently redefined to __ns_name_skip
like the others in <include/arpa/nameser.h>. Submitted by: ume
This commit is contained in:
parent
e6f18831f2
commit
ed323e898c
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ FBSD_1.0 {
|
|||
__ns_name_pack;
|
||||
__ns_name_uncompress;
|
||||
__ns_name_compress;
|
||||
ns_name_skip; # Why is this not defined in <include/arpa/nameser.h>
|
||||
__ns_name_skip;
|
||||
__ns_get16;
|
||||
__ns_get32;
|
||||
__ns_put16;
|
||||
|
|
|
|||
Loading…
Reference in a new issue