mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
ns_name_skip was not prefixed by `__'.
Obtained from: BIND9
This commit is contained in:
parent
fc9a2b80c4
commit
a18487548f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156467
@ -413,6 +413,7 @@ typedef enum __ns_class {
|
||||
#define ns_name_pack __ns_name_pack
|
||||
#define ns_name_compress __ns_name_compress
|
||||
#define ns_name_uncompress __ns_name_uncompress
|
||||
#define ns_name_skip __ns_name_skip
|
||||
|
||||
__BEGIN_DECLS
|
||||
u_int ns_get16(const u_char *);
|
||||
|
Loading…
Reference in New Issue
Block a user