diff options
author | 2005-08-06 20:30:03 +0000 | |
---|---|---|
committer | 2005-08-06 20:30:03 +0000 | |
commit | 0038de2c7a95ab6cde30035b4c13f3d21c8a1310 (patch) | |
tree | 51dbddadcc4e55dded94d5f2f79c68c75f231181 /lib/libc/net/res_query.c | |
parent | replace port number 8025 w/ symbolic `spamd'; (diff) | |
download | wireguard-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_query.c')
-rw-r--r-- | lib/libc/net/res_query.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/net/res_query.c b/lib/libc/net/res_query.c index 4af1651cf13..32cd04306cb 100644 --- a/lib/libc/net/res_query.c +++ b/lib/libc/net/res_query.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_query.c,v 1.23 2005/03/30 02:58:28 tedu Exp $ */ +/* $OpenBSD: res_query.c,v 1.24 2005/08/06 20:30:04 espie Exp $ */ /* * ++Copyright++ 1988, 1993 @@ -51,15 +51,6 @@ * --Copyright-- */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$From: res_query.c,v 8.9 1996/09/22 00:13:28 vixie Exp $"; -#else -static char rcsid[] = "$OpenBSD: res_query.c,v 1.23 2005/03/30 02:58:28 tedu Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/param.h> #include <netinet/in.h> |