1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-15 03:33:53 +02:00

respondd: remove error_t since it's glibc specific

This commit is contained in:
lemoer 2016-12-01 10:59:18 +01:00
parent d68f2814fb
commit ca0816bfb7

View File

@ -461,7 +461,7 @@ static void accept_request(struct request_schedule *schedule, int sock,
struct in6_addr destaddr = {};
struct cmsghdr *cmsg;
unsigned int ifindex;
error_t recv_errno;
int recv_errno;
int64_t timeout = schedule_idle_time(schedule);
if (timeout < 0)