summaryrefslogtreecommitdiff
path: root/src/src/ip.c
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-10-10 13:09:43 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-10-10 13:09:43 +0100
commitba936fb813cffe5208a0d410cb462ec234eea41b (patch)
tree6aad0770951636fc0ef8fc3c8ed427df4f3593b3 /src/src/ip.c
parent4aa2e44b8f8010fe0d3096d89c86f4b6238fc6ac (diff)
Avoid build conflict vs. FreeBSD /usr/include/sys/file.h
Diffstat (limited to 'src/src/ip.c')
-rw-r--r--src/src/ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/ip.c b/src/src/ip.c
index d17c48216..1a2206c9d 100644
--- a/src/src/ip.c
+++ b/src/src/ip.c
@@ -261,7 +261,7 @@ if (fastopen_blob && tcp_fastopen_ok)
/* seen for with-data, proper TFO opt, with-cookie case */
{
DEBUG(D_transport|D_v)
- debug_printf("non-TFO mode connection attempt to %s, %d data\n",
+ debug_printf("non-TFO mode connection attempt to %s, %lu data\n",
address, (unsigned long)fastopen_blob->len);
tcp_out_fastopen = fastopen_blob->len > 0 ? 2 : 1;
}