summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2011-05-20 11:06:17 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2011-05-20 11:06:17 +0000
commit933728eea230f73d4733e3d763bef68aa5246b32 (patch)
treef488157d80c9e3eb91429cfb99d6b5370c623c47 /sbin
parentd4cb6369e6099777436677a4179888686dc95694 (diff)
downloadsrc-test2-933728eea230f73d4733e3d763bef68aa5246b32.tar.gz
src-test2-933728eea230f73d4733e3d763bef68aa5246b32.zip
Notes
Diffstat (limited to 'sbin')
-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 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
index 555fbe69c3b8..555fbe69c3b8 100644
--- a/sbin/hastd/proto_tcp4.c
+++ b/sbin/hastd/proto_tcp.c