summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/res_init.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/res_init.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/res_init.c')
-rw-r--r--lib/libc/net/res_init.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/net/res_init.c b/lib/libc/net/res_init.c
index 110542a4042..62ccb94630f 100644
--- a/lib/libc/net/res_init.c
+++ b/lib/libc/net/res_init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: res_init.c,v 1.32 2005/03/30 02:58:28 tedu Exp $ */
+/* $OpenBSD: res_init.c,v 1.33 2005/08/06 20:30:04 espie Exp $ */
/*
* ++Copyright++ 1985, 1989, 1993
@@ -55,15 +55,6 @@
#define INET6
#endif
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93";
-static char rcsid[] = "$From: res_init.c,v 8.7 1996/09/28 06:51:07 vixie Exp $";
-#else
-static char rcsid[] = "$OpenBSD: res_init.c,v 1.32 2005/03/30 02:58:28 tedu Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>