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/Makefile.inc,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/resolv/Makefile.inc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.2.12.1 diff -u -p -r1.2 -r1.2.12.1 --- src/lib/libc/resolv/Makefile.inc 2004/06/09 18:07:03 1.2 +++ src/lib/libc/resolv/Makefile.inc 2007/06/03 17:25:57 1.2.12.1 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.inc,v 1.2 2004/06/09 18:07:03 christos Exp $ +# $NetBSD: Makefile.inc,v 1.2.12.1 2007/06/03 17:25:57 wrstuden Exp $ # net sources .PATH: ${.CURDIR}/resolv -CPPFLAGS+=-DCOMPAT__RES +CPPFLAGS+=-DCOMPAT__RES -DUSE_POLL SRCS+= __dn_comp.c __res_close.c __res_send.c h_errno.c \ herror.c res_comp.c res_data.c res_debug.c \ res_init.c res_mkquery.c res_query.c res_send.c \ - res_state.c + res_state.c mtctxres.c # For COMPAT__RES SRCS+= res_compat.c