summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-05-20 11:09:02 +0000
committerpjd <pjd@FreeBSD.org>2011-05-20 11:09:02 +0000
commita432a45a8836e8490e4e7587426ef322702e7fd9 (patch)
tree3257e02ac49e73f1eb2249147fe36cc81d585f78 /sbin/hastd/Makefile
parent23cbf888e0aa0626e11ee2eb5da967f0d4c9a813 (diff)
downloadFreeBSD-src-a432a45a8836e8490e4e7587426ef322702e7fd9.zip
FreeBSD-src-a432a45a8836e8490e4e7587426ef322702e7fd9.tar.gz
Rename tcp4 to tcp in preparation for IPv6 support.
MFC after: 3 weeks
Diffstat (limited to 'sbin/hastd/Makefile')
-rw-r--r--sbin/hastd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index 5ac5639..1ffd0a2 100644
--- a/sbin/hastd/Makefile
+++ b/sbin/hastd/Makefile
@@ -20,7 +20,7 @@ SRCS+= y.tab.h
MAN= hastd.8 hast.conf.5
NO_WFORMAT=
-CFLAGS+=-DPROTO_TCP4_DEFAULT_PORT=8457
+CFLAGS+=-DPROTO_TCP_DEFAULT_PORT=8457
CFLAGS+=-I${.CURDIR}
CFLAGS+=-DINET
.if ${MK_INET6_SUPPORT} != "no"
OpenPOWER on IntegriCloud