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.18.1 retrieving revision 1.1.1.4 diff -u -p -r1.1.1.3.18.1 -r1.1.1.4 --- src/lib/libc/resolv/res_private.h 2011/01/06 21:42:48 1.1.1.3.18.1 +++ src/lib/libc/resolv/res_private.h 2009/04/12 16:35:48 1.1.1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: res_private.h,v 1.1.1.3.18.1 2011/01/06 21:42:48 riz Exp $ */ +/* $NetBSD: res_private.h,v 1.1.1.4 2009/04/12 16:35:48 christos Exp $ */ #ifndef res_private_h #define res_private_h @@ -14,12 +14,10 @@ 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, const struct sockaddr *); -extern int __res_vinit(res_state, int); +extern int +res_ourserver_p(const res_state statp, const struct sockaddr *sa); #endif