summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet_netof.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/net/inet_netof.c')
-rw-r--r--lib/libc/net/inet_netof.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/net/inet_netof.c b/lib/libc/net/inet_netof.c
index 83f346c5f55..2f468c3aca5 100644
--- a/lib/libc/net/inet_netof.c
+++ b/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 <sys/param.h>
#include <netinet/in.h>
#include <arpa/inet.h>