From 6e599264ad13e8fc105493d74d7c11d46f8739ed Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 6 Sep 2019 22:46:29 +0000 Subject: first step to remove plibc --- src/transport/gnunet-communicator-unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/gnunet-communicator-unix.c') 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: GNUNET_i2s (&queue->target), (int) sent, (unsigned int) msg_size, - (sent < 0) ? STRERROR (errno) : "ok"); + (sent < 0) ? strerror (errno) : "ok"); if (-1 != sent) { GNUNET_STATISTICS_update (stats, -- cgit v1.2.3