From d475634fe501a3a38c2506b44fec92aacc4d7c84 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Thu, 22 Sep 1994 21:52:03 +0000 Subject: [PATCH] Port host to FreeBSD --- usr.bin/host/Makefile | 6 ++++++ usr.bin/host/host.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 usr.bin/host/Makefile diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile new file mode 100644 index 000000000000..dd408a3786fd --- /dev/null +++ b/usr.bin/host/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= host +MAN1= host.1 + +.include diff --git a/usr.bin/host/host.c b/usr.bin/host/host.c index e041e4e4fb0d..697c70fff770 100644 --- a/usr.bin/host/host.c +++ b/usr.bin/host/host.c @@ -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 @@ -83,7 +83,7 @@ static char rcsid[] = "$Id: host.c,v 4.9.1.13 1994/07/19 22:51:24 vixie Exp $"; #include #include -#include "../conf/portability.h" +#include extern int h_errno;