oops, brain-lapse caused undefined symbol

This commit is contained in:
Peter Wemm 1996-08-30 00:26:49 +00:00
parent 765e367570
commit a4c5661fb7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17922

View file

@ -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;