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.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libc/resolv/res_private.h 2009/10/24 05:35:37 1.2 +++ src/lib/libc/resolv/res_private.h 2009/10/24 17:24:01 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: res_private.h,v 1.2 2009/10/24 05:35:37 christos Exp $ */ +/* $NetBSD: res_private.h,v 1.3 2009/10/24 17:24:01 christos Exp $ */ #ifndef res_private_h #define res_private_h @@ -20,7 +20,6 @@ struct __res_state_ext { extern int res_ourserver_p(const res_state, const struct sockaddr *); extern int __res_vinit(res_state, int); -extern void __res_check(res_state); #endif