summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/host
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/bin/host')
-rw-r--r--contrib/bind/bin/host/Makefile5
-rw-r--r--contrib/bind/bin/host/host.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/contrib/bind/bin/host/Makefile b/contrib/bind/bin/host/Makefile
index f121ab7..b4f07ad 100644
--- a/contrib/bind/bin/host/Makefile
+++ b/contrib/bind/bin/host/Makefile
@@ -13,7 +13,7 @@
## ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
## SOFTWARE.
-# $Id: Makefile,v 8.24 1999/08/08 17:51:01 vixie Exp $
+# $Id: Makefile,v 8.25 2000/07/11 06:41:29 vixie Exp $
DESTDIR=
CC= cc
@@ -42,7 +42,8 @@ INSTALL_EXEC=
INSTALL_LIB=-o bin -g bin
LDFLAGS=
-CFLAGS= ${CDEBUG} -I${PORTINCL} -I${INCL}
+CFLAGS= ${CDEBUG}
+CPPFLAGS= -I${PORTINCL} -I${INCL}
PROG= host
SRCS= ${PROG}.c
diff --git a/contrib/bind/bin/host/host.c b/contrib/bind/bin/host/host.c
index 1a66b8b..77e5329 100644
--- a/contrib/bind/bin/host/host.c
+++ b/contrib/bind/bin/host/host.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char rcsid[] = "$Id: host.c,v 8.36 2000/01/25 00:20:21 cyarnell Exp $";
+static const char rcsid[] = "$Id: host.c,v 8.37 2000/07/11 07:06:14 vixie Exp $";
#endif /* not lint */
/*
@@ -1043,7 +1043,7 @@ pr_rr(const u_char *cp, const u_char *msg, FILE *file, int filter) {
cp += sizeof(u_short);
cp = (u_char *)pr_cdname(cp, msg, name, sizeof(name));
if (doprint)
- fprintf(file,"%s",name);
+ fprintf(file, " %s", name);
break;
case ns_t_naptr:
OpenPOWER on IntegriCloud