diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-10-24 14:25:50 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-10-24 14:25:50 +0000 |
commit | cd6e4b800cfbc6cb0c65fc8c2a563b3fdee3dad7 (patch) | |
tree | 1450488f85e42a84d19a1c8d978cb3a3547a38cc /lib/libc/resolv/res_private.h | |
parent | 7c35eabcb2ff31ab013324d5a4c3ff485c16ef32 (diff) |
Notes
Diffstat (limited to 'lib/libc/resolv/res_private.h')
-rw-r--r-- | lib/libc/resolv/res_private.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/libc/resolv/res_private.h b/lib/libc/resolv/res_private.h deleted file mode 100644 index d7b66cd691bc..000000000000 --- a/lib/libc/resolv/res_private.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef res_private_h -#define res_private_h - -struct __res_state_ext { - union res_sockaddr_union nsaddrs[MAXNS]; - struct sort_list { - int af; - union { - struct in_addr ina; - struct in6_addr in6a; - } addr, mask; - } sort_list[MAXRESOLVSORT]; - char nsuffix[64]; - char nsuffix2[64]; -}; - -extern int -res_ourserver_p(const res_state statp, const struct sockaddr *sa); - -#endif |