Diff for /libaitsched/src/hooks.c between versions 1.3.4.4 and 1.3.4.5

version 1.3.4.4, 2012/01/24 15:29:09 version 1.3.4.5, 2012/01/24 16:19:32
Line 329  retry: Line 329  retry:
   
         if (r->root_wait.tv_sec != -1 && r->root_wait.tv_nsec != -1)          if (r->root_wait.tv_sec != -1 && r->root_wait.tv_nsec != -1)
                 timeout = &r->root_wait;                  timeout = &r->root_wait;
        else if (sched_timespecinf(&r->root_poll))        else if (sched_timespecisinf(&r->root_poll))
                 timeout = NULL;                  timeout = NULL;
         else          else
                 timeout = &r->root_poll;                  timeout = &r->root_poll;

Removed from v.1.3.4.4  
changed lines
  Added in v.1.3.4.5


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