summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-03-15 13:53:39 +0000
committerpjd <pjd@FreeBSD.org>2011-03-15 13:53:39 +0000
commitdf0279499fdce5dd28c2af86898e4b9c83687638 (patch)
treef20b837ded762d1d7f49580b70430face9f142e5 /sbin
parent2d4b88f6382d2eccac6c5d0478a4861fd8ec9dff (diff)
downloadFreeBSD-src-df0279499fdce5dd28c2af86898e4b9c83687638.zip
FreeBSD-src-df0279499fdce5dd28c2af86898e4b9c83687638.tar.gz
Remove #include needed for debugging.
MFC after: 1 week
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/proto_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/hastd/proto_common.c b/sbin/hastd/proto_common.c
index b22ea17..7e0d29c 100644
--- a/sbin/hastd/proto_common.c
+++ b/sbin/hastd/proto_common.c
@@ -104,7 +104,6 @@ proto_common_send(int sock, const unsigned char *data, size_t size, int fd)
return (proto_descriptor_send(sock, fd));
}
-#include <stdio.h>
static int
proto_descriptor_recv(int sock, int *fdp)
{
OpenPOWER on IntegriCloud