mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't declare ___res_ext() twice.
This commit is contained in:
parent
9ed448b20c
commit
533dcdacf1
1 changed files with 1 additions and 2 deletions
|
|
@ -206,9 +206,8 @@ extern struct __res_state *___res(void);
|
|||
extern struct __res_state_ext *___res_ext(void);
|
||||
__END_DECLS
|
||||
#define _res (*___res())
|
||||
#define _res_ext (*___res_ext())
|
||||
/* for INET6 */
|
||||
extern struct __res_state_ext _res_ext;
|
||||
#define _res_ext (*___res_ext())
|
||||
|
||||
extern const struct res_sym __p_class_syms[];
|
||||
extern const struct res_sym __p_type_syms[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue