From 933728eea230f73d4733e3d763bef68aa5246b32 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Fri, 20 May 2011 11:06:17 +0000 Subject: [PATCH] Rename proto_tcp4.c to proto_tcp.c in preparation for IPv6 support. MFC after: 2 weeks --- sbin/hastd/Makefile | 2 +- sbin/hastd/{proto_tcp4.c => proto_tcp.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sbin/hastd/{proto_tcp4.c => proto_tcp.c} (100%) diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile index e6aff0792514..5ac5639cd993 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 similarity index 100% rename from sbin/hastd/proto_tcp4.c rename to sbin/hastd/proto_tcp.c