Rename proto_tcp4.c to proto_tcp.c in preparation for IPv6 support.

MFC after:	2 weeks
This commit is contained in:
Pawel Jakub Dawidek 2011-05-20 11:06:17 +00:00
parent d4cb6369e6
commit 933728eea2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222115
2 changed files with 1 additions and 1 deletions

View File

@ -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