summaryrefslogtreecommitdiff
path: root/lib/libc/net/inet_neta.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-08-06 20:30:05 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-08-06 20:30:05 +0000
commitcf3c0c9215e33f2bc9105fe0b05c86e36ead6de0 (patch)
treeb8e75a4b6067e14759e4a504aae78c71ae093929 /lib/libc/net/inet_neta.c
parent5575231ccfc05db268e3dea33cd2ea19a160e36f (diff)
zap rcsid.
split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@
Diffstat (limited to 'lib/libc/net/inet_neta.c')
-rw-r--r--lib/libc/net/inet_neta.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/net/inet_neta.c b/lib/libc/net/inet_neta.c
index c9bb3c04642..e3e7d0eb715 100644
--- a/lib/libc/net/inet_neta.c
+++ b/lib/libc/net/inet_neta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet_neta.c,v 1.6 2005/03/25 13:24:12 otto Exp $ */
+/* $OpenBSD: inet_neta.c,v 1.7 2005/08/06 20:30:03 espie Exp $ */
/*
* Copyright (c) 1996 by Internet Software Consortium.
@@ -17,10 +17,6 @@
* SOFTWARE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$OpenBSD: inet_neta.c,v 1.6 2005/03/25 13:24:12 otto Exp $";
-#endif
-
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>