Diff for /libaitsched/src/hooks.c between versions 1.24.4.8 and 1.24.4.9

version 1.24.4.8, 2014/01/28 13:01:58 version 1.24.4.9, 2014/01/28 13:11:33
Line 638  sched_hook_fetch(void *root, void *arg __unused) Line 638  sched_hook_fetch(void *root, void *arg __unused)
         struct timespec now, m, mtmp;          struct timespec now, m, mtmp;
 #ifndef KQ_DISABLE  #ifndef KQ_DISABLE
         struct kevent evt[1], res[KQ_EVENTS];          struct kevent evt[1], res[KQ_EVENTS];
        struct timespec *timeout, m, mtmp;        struct timespec *timeout;
 #else  #else
         struct timeval *timeout, tv;          struct timeval *timeout, tv;
         fd_set rfd, wfd, xfd;          fd_set rfd, wfd, xfd;

Removed from v.1.24.4.8  
changed lines
  Added in v.1.24.4.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>