Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/resolv/res_private.h,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/resolv/res_private.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.3 retrieving revision 1.1.1.3.28.1 diff -u -p -r1.1.1.3 -r1.1.1.3.28.1 --- src/lib/libc/resolv/res_private.h 2007/03/30 20:16:22 1.1.1.3 +++ src/lib/libc/resolv/res_private.h 2011/01/09 20:43:29 1.1.1.3.28.1 @@ -1,4 +1,4 @@ -/* $NetBSD: res_private.h,v 1.1.1.3 2007/03/30 20:16:22 ghen Exp $ */ +/* $NetBSD: res_private.h,v 1.1.1.3.28.1 2011/01/09 20:43:29 riz Exp $ */ #ifndef res_private_h #define res_private_h @@ -14,10 +14,12 @@ struct __res_state_ext { } sort_list[MAXRESOLVSORT]; char nsuffix[64]; char nsuffix2[64]; + struct timespec res_conf_time; + int kq, resfd; }; -extern int -res_ourserver_p(const res_state statp, const struct sockaddr *sa); +extern int res_ourserver_p(const res_state, const struct sockaddr *); +extern int __res_vinit(res_state, int); #endif