summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-12 11:02:00 +0000
committerpeter <peter@FreeBSD.org>1997-03-12 11:02:00 +0000
commit9e8bec943073cf63f0c944ed459ba0dfb5d29da9 (patch)
tree171a341e8e9213b69d41bdd75b299b01f486997a /lib/libc/net
parentc81bf1e8afeb11c70b76cfecf2ec5db4532490c0 (diff)
downloadFreeBSD-src-9e8bec943073cf63f0c944ed459ba0dfb5d29da9.zip
FreeBSD-src-9e8bec943073cf63f0c944ed459ba0dfb5d29da9.tar.gz
_res_close() -> res_close()
Pointed out by: bde
Diffstat (limited to 'lib/libc/net')
-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 85dcf33..516f625 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();
}
OpenPOWER on IntegriCloud