summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-05-20 11:06:17 +0000
committerpjd <pjd@FreeBSD.org>2011-05-20 11:06:17 +0000
commit23cbf888e0aa0626e11ee2eb5da967f0d4c9a813 (patch)
treef488157d80c9e3eb91429cfb99d6b5370c623c47
parent5cf7b46f54985d538796660c3c322bdc57190a53 (diff)
downloadFreeBSD-src-23cbf888e0aa0626e11ee2eb5da967f0d4c9a813.zip
FreeBSD-src-23cbf888e0aa0626e11ee2eb5da967f0d4c9a813.tar.gz
Rename proto_tcp4.c to proto_tcp.c in preparation for IPv6 support.
MFC after: 2 weeks
-rw-r--r--sbin/hastd/Makefile2
-rw-r--r--sbin/hastd/proto_tcp.c (renamed from sbin/hastd/proto_tcp4.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index e6aff07..5ac5639 100644
--- a/sbin/hastd/Makefile
+++ b/sbin/hastd/Makefile
@@ -12,7 +12,7 @@ SRCS+= metadata.c
SRCS+= nv.c
SRCS+= secondary.c
SRCS+= parse.y pjdlog.c primary.c
-SRCS+= proto.c proto_common.c proto_socketpair.c proto_tcp4.c proto_uds.c
+SRCS+= proto.c proto_common.c proto_socketpair.c proto_tcp.c proto_uds.c
SRCS+= rangelock.c
SRCS+= subr.c
SRCS+= token.l
diff --git a/sbin/hastd/proto_tcp4.c b/sbin/hastd/proto_tcp.c
index 555fbe6..555fbe6 100644
--- a/sbin/hastd/proto_tcp4.c
+++ b/sbin/hastd/proto_tcp.c
OpenPOWER on IntegriCloud