Port host to FreeBSD

This commit is contained in:
Paul Traina 1994-09-22 21:52:03 +00:00
parent c3a4ccf2fb
commit d475634fe5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2996
2 changed files with 8 additions and 2 deletions

6
usr.bin/host/Makefile Normal file
View File

@ -0,0 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= host
MAN1= host.1
.include <bsd.prog.mk>

View File

@ -67,7 +67,7 @@ char copyright[] =
*/
#ifndef lint
static char rcsid[] = "$Id: host.c,v 4.9.1.13 1994/07/19 22:51:24 vixie Exp $";
static char rcsid[] = "$Id: host.c,v 1.1.1.1 1994/09/22 21:34:21 pst Exp $";
#endif /* not lint */
#include <sys/types.h>
@ -83,7 +83,7 @@ static char rcsid[] = "$Id: host.c,v 4.9.1.13 1994/07/19 22:51:24 vixie Exp $";
#include <resolv.h>
#include <ctype.h>
#include "../conf/portability.h"
#include <string.h>
extern int h_errno;