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_comp.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/lib/libc/net/res_comp.c') diff --git a/src/lib/libc/net/res_comp.c b/src/lib/libc/net/res_comp.c index 62c04d8518..9bdc26dd24 100644 --- a/src/lib/libc/net/res_comp.c +++ b/src/lib/libc/net/res_comp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_comp.c,v 1.12 2005/03/25 13:24:12 otto Exp $ */ +/* $OpenBSD: res_comp.c,v 1.13 2005/08/06 20:30:03 espie Exp $ */ /* * ++Copyright++ 1985, 1993 @@ -51,15 +51,6 @@ * --Copyright-- */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$From: res_comp.c,v 8.11 1996/12/02 09:17:22 vixie Exp $"; -#else -static char rcsid[] = "$OpenBSD: res_comp.c,v 1.12 2005/03/25 13:24:12 otto Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include #include #include -- cgit v1.2.3-55-g6feb