summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet_addr.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2005-08-06 20:30:03 +0000
committerespie <espie@openbsd.org>2005-08-06 20:30:03 +0000
commit0038de2c7a95ab6cde30035b4c13f3d21c8a1310 (patch)
tree51dbddadcc4e55dded94d5f2f79c68c75f231181 /lib/libc/net/inet_addr.c
parentreplace port number 8025 w/ symbolic `spamd'; (diff)
downloadwireguard-openbsd-0038de2c7a95ab6cde30035b4c13f3d21c8a1310.tar.xz
wireguard-openbsd-0038de2c7a95ab6cde30035b4c13f3d21c8a1310.zip
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_addr.c')
-rw-r--r--lib/libc/net/inet_addr.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/net/inet_addr.c b/lib/libc/net/inet_addr.c
index b55983fd813..c962a03382d 100644
--- a/lib/libc/net/inet_addr.c
+++ b/lib/libc/net/inet_addr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet_addr.c,v 1.8 2005/03/25 13:24:12 otto Exp $ */
+/* $OpenBSD: inet_addr.c,v 1.9 2005/08/06 20:30:03 espie Exp $ */
/*
* ++Copyright++ 1983, 1990, 1993
@@ -51,15 +51,6 @@
* --Copyright--
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93";
-static char rcsid[] = "$From: inet_addr.c,v 8.5 1996/08/05 08:31:35 vixie Exp $";
-#else
-static char rcsid[] = "$OpenBSD: inet_addr.c,v 1.8 2005/03/25 13:24:12 otto Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <sys/param.h>
#include <netinet/in.h>