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_debug.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/resolv/res_debug.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/lib/libc/resolv/res_debug.c 2004/05/20 19:31:52 1.3 +++ src/lib/libc/resolv/res_debug.c 2004/05/20 19:43:39 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: res_debug.c,v 1.3 2004/05/20 19:31:52 christos Exp $ */ +/* $NetBSD: res_debug.c,v 1.4 2004/05/20 19:43:39 christos Exp $ */ /* * Copyright (c) 1985 @@ -95,9 +95,14 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #if defined(LIBC_SCCS) && !defined(lint) +#ifdef notdef static const char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "Id: res_debug.c,v 1.3.2.5.4.4 2004/04/13 06:53:20 marka Exp"; +#else +__RCSID("$NetBSD: res_debug.c,v 1.4 2004/05/20 19:43:39 christos Exp $"); +#endif #endif /* LIBC_SCCS and not lint */ #include "port_before.h"