X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tun.c;h=f7c0561179480d43f5d8aae40932afd76736b24a;hb=3b83c93292fbf6c4e859ce513bdf54ad90733f96;hp=bf8cb1b2a87a7cbefb5cd396178d39858495b45f;hpb=fe5e9cc422cd72526ccfceffbc7e5af8ac83b407;p=secnet.git diff --git a/tun.c b/tun.c index bf8cb1b..f7c0561 100644 --- a/tun.c +++ b/tun.c @@ -106,7 +106,7 @@ static int tun_beforepoll(void *sst, struct pollfd *fds, int *nfds_io, } static void tun_afterpoll(void *sst, struct pollfd *fds, int nfds, - const struct timeval *tv_now, uint64_t *now) + const struct timeval *tv_now, uint64_t *now) { struct tun *st=sst; int l;