summaryrefslogtreecommitdiffstats
path: root/usr.bin/host
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-22 21:52:03 +0000
committerpst <pst@FreeBSD.org>1994-09-22 21:52:03 +0000
commit66d4416828530fb477c0acb17362f18714151de3 (patch)
tree5ddab78c45f3e791d46f0c9c16b597ea4a4ab59b /usr.bin/host
parent4211db2faa77f090338865c8e84b28083a619837 (diff)
downloadFreeBSD-src-66d4416828530fb477c0acb17362f18714151de3.zip
FreeBSD-src-66d4416828530fb477c0acb17362f18714151de3.tar.gz
Port host to FreeBSD
Diffstat (limited to 'usr.bin/host')
-rw-r--r--usr.bin/host/Makefile6
-rw-r--r--usr.bin/host/host.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile
new file mode 100644
index 0000000..dd408a3
--- /dev/null
+++ b/usr.bin/host/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= host
+MAN1= host.1
+
+.include <bsd.prog.mk>
diff --git a/usr.bin/host/host.c b/usr.bin/host/host.c
index e041e4e..697c70f 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 <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;
OpenPOWER on IntegriCloud