aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-30 00:26:49 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-30 00:26:49 +0000
commita4c5661fb7aa8f02d45efc91f579c19dcd2d9d31 (patch)
tree0a4975f150603bbebcaad8ef091ddabaf055a7bc /lib
parent765e3675704efe50e280364e3e08bb5a03bdae40 (diff)
Notes
Diffstat (limited to 'lib')
-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 7c6fe2cb60ab6..3623ced42d76a 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;