From b8b677406e1ef4804e2003a72385456ce954c219 Mon Sep 17 00:00:00 2001 From: espie <> Date: Sat, 6 Aug 2005 20:30:04 +0000 Subject: zap rcsid. split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@ --- src/lib/libc/net/res_mkquery.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/lib/libc/net/res_mkquery.c') diff --git a/src/lib/libc/net/res_mkquery.c b/src/lib/libc/net/res_mkquery.c index a6c37379f9..5c6b273abe 100644 --- a/src/lib/libc/net/res_mkquery.c +++ b/src/lib/libc/net/res_mkquery.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_mkquery.c,v 1.16 2005/03/30 02:58:28 tedu Exp $ */ +/* $OpenBSD: res_mkquery.c,v 1.17 2005/08/06 20:30:04 espie Exp $ */ /* * ++Copyright++ 1985, 1993 @@ -51,15 +51,6 @@ * --Copyright-- */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$From: res_mkquery.c,v 8.5 1996/08/27 08:33:28 vixie Exp $"; -#else -static char rcsid[] = "$OpenBSD: res_mkquery.c,v 1.16 2005/03/30 02:58:28 tedu Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include #include #include -- cgit v1.2.3-55-g6feb