summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-22 21:52:03 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-22 21:52:03 +0000
commitd475634fe501a3a38c2506b44fec92aacc4d7c84 (patch)
tree5ddab78c45f3e791d46f0c9c16b597ea4a4ab59b
parentc3a4ccf2fb7a9dfd1f05dfa9866dd4e0f157980a (diff)
Notes
-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 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 <bsd.prog.mk>
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 <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;