summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/gethostnamadr.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-09 22:44:12 +0000
committerwollman <wollman@FreeBSD.org>1994-08-09 22:44:12 +0000
commitd20aae3469e2d3a7d4ad92e91cd3b06c0e17c742 (patch)
tree5355abd6edd5d910b7d9f8a30e410c217500495b /lib/libc/net/gethostnamadr.c
parent004c5a34827fa735ae1159dc312425dac0b26695 (diff)
downloadFreeBSD-src-d20aae3469e2d3a7d4ad92e91cd3b06c0e17c742.zip
FreeBSD-src-d20aae3469e2d3a7d4ad92e91cd3b06c0e17c742.tar.gz
Fixed typo.
Diffstat (limited to 'lib/libc/net/gethostnamadr.c')
-rw-r--r--lib/libc/net/gethostnamadr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/gethostnamadr.c b/lib/libc/net/gethostnamadr.c
index d85afdf..8960982 100644
--- a/lib/libc/net/gethostnamadr.c
+++ b/lib/libc/net/gethostnamadr.c
@@ -55,7 +55,7 @@
static char sccsid[] = "From: @(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93";
/*static char rcsid[] = "From: Id: gethnamaddr.c,v 4.9.1.1 1993/05/02 22:43:03 vixie Rel ";*/
static const char rcsid[] =
- "$Id$";
+ "$Id: gethostnamadr.c,v 1.2 1994/08/09 20:23:14 wollman Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
@@ -611,7 +611,7 @@ gethostbyaddr(const char *addr, int len, int type)
int nserv = 0;
if(!service_done) {
- init_service();
+ init_services();
}
while(!hp) {
OpenPOWER on IntegriCloud