aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-unix.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-06 22:46:29 +0000
committerng0 <ng0@n0.is>2019-09-06 22:46:29 +0000
commit6e599264ad13e8fc105493d74d7c11d46f8739ed (patch)
tree169bef1ecbade5a659831fb169f3ae6943af127f /src/transport/gnunet-communicator-unix.c
parent4f13bc15113021ebf71d5d81e99bc29f8a07fc9c (diff)
downloadgnunet-6e599264ad13e8fc105493d74d7c11d46f8739ed.tar.gz
gnunet-6e599264ad13e8fc105493d74d7c11d46f8739ed.zip
first step to remove plibc
Diffstat (limited to 'src/transport/gnunet-communicator-unix.c')
-rw-r--r--src/transport/gnunet-communicator-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-communicator-unix.c b/src/transport/gnunet-communicator-unix.c
index 1d5029f20..cb1fbc230 100644
--- a/src/transport/gnunet-communicator-unix.c
+++ b/src/transport/gnunet-communicator-unix.c
@@ -430,7 +430,7 @@ resend:
430 GNUNET_i2s (&queue->target), 430 GNUNET_i2s (&queue->target),
431 (int) sent, 431 (int) sent,
432 (unsigned int) msg_size, 432 (unsigned int) msg_size,
433 (sent < 0) ? STRERROR (errno) : "ok"); 433 (sent < 0) ? strerror (errno) : "ok");
434 if (-1 != sent) 434 if (-1 != sent)
435 { 435 {
436 GNUNET_STATISTICS_update (stats, 436 GNUNET_STATISTICS_update (stats,