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/inet_netof.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/libc/net/inet_netof.c') diff --git a/src/lib/libc/net/inet_netof.c b/src/lib/libc/net/inet_netof.c index 83f346c5f5..2f468c3aca 100644 --- a/src/lib/libc/net/inet_netof.c +++ b/src/lib/libc/net/inet_netof.c @@ -1,3 +1,4 @@ +/* $OpenBSD: inet_netof.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: inet_netof.c,v 1.5 2005/03/25 13:24:12 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include #include -- cgit v1.2.3-55-g6feb