aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-03-12 11:02:00 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-03-12 11:02:00 +0000
commit9547ea9f3a0786e8a1cef751ac9a590818378057 (patch)
treee47ef54dd71c05f7dd987c7be2addfc8d21a8a91 /lib
parent9bdaf328ef91e74f921a8e886ca79de7a428504a (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/gethostbydns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/gethostbydns.c b/lib/libc/net/gethostbydns.c
index 85dcf338255ed..516f625d0fbaf 100644
--- a/lib/libc/net/gethostbydns.c
+++ b/lib/libc/net/gethostbydns.c
@@ -56,7 +56,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93";
static char fromrcsid[] = "From: Id: gethnamaddr.c,v 8.20 1996/09/28 06:51:07 vixie Exp";
-static char rcsid[] = "$Id$";
+static char rcsid[] = "$Id: gethostbydns.c,v 1.20 1997/02/22 15:00:06 peter Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -716,5 +716,5 @@ void
_endhostdnsent()
{
_res.options &= ~(RES_STAYOPEN | RES_USEVC);
- _res_close();
+ res_close();
}