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
1 changed files with 1 additions and 1 deletions

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)