summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getproto.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/getproto.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/getproto.c')
-rw-r--r--lib/libc/net/getproto.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/net/getproto.c b/lib/libc/net/getproto.c
index 16d840394ce..07fa33288d3 100644
--- a/lib/libc/net/getproto.c
+++ b/lib/libc/net/getproto.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: getproto.c,v 1.7 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: getproto.c,v 1.6 2004/10/25 03:09:01 millert Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <netdb.h>
#include <stdio.h>