summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/gethostbyht.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-30 00:26:49 +0000
committerpeter <peter@FreeBSD.org>1996-08-30 00:26:49 +0000
commit3752244d028d46a6ab2ed44d5cb918b322d869cb (patch)
tree0a4975f150603bbebcaad8ef091ddabaf055a7bc /lib/libc/net/gethostbyht.c
parentd6528e09bf2fc871352eefbf24f1b16ddf66d4dc (diff)
downloadFreeBSD-src-3752244d028d46a6ab2ed44d5cb918b322d869cb.zip
FreeBSD-src-3752244d028d46a6ab2ed44d5cb918b322d869cb.tar.gz
oops, brain-lapse caused undefined symbol
Diffstat (limited to 'lib/libc/net/gethostbyht.c')
-rw-r--r--lib/libc/net/gethostbyht.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/gethostbyht.c b/lib/libc/net/gethostbyht.c
index 7c6fe2c..3623ced 100644
--- a/lib/libc/net/gethostbyht.c
+++ b/lib/libc/net/gethostbyht.c
@@ -53,7 +53,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93";
-static char rcsid[] = "$Id: gethostbyht.c,v 1.4 1996/07/12 18:54:34 jkh Exp $";
+static char rcsid[] = "$Id: gethostbyht.c,v 1.5 1996/08/29 20:07:51 peter Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
@@ -171,8 +171,8 @@ gethostent()
}
struct hostent *
-_gethostbyhtname2(name, af)
- char *name;
+_gethostbyhtname(name, af)
+ const char *name;
int af;
{
register struct hostent *p;
OpenPOWER on IntegriCloud