Diff for /libaitsched/inc/global.h between versions 1.10.4.3 and 1.10.4.4

version 1.10.4.3, 2014/05/19 23:39:46 version 1.10.4.4, 2014/05/21 20:48:34
Line 71  SUCH DAMAGE. Line 71  SUCH DAMAGE.
 #include <sys/event.h>  #include <sys/event.h>
 #elif SUP_ENABLE == EP_SUPPORT  #elif SUP_ENABLE == EP_SUPPORT
 #include <sys/epoll.h>  #include <sys/epoll.h>
   #include <sys/ioctl.h>
 #else  #else
 #include <sys/select.h>  #include <sys/select.h>
 #include <sys/ioctl.h>  #include <sys/ioctl.h>

Removed from v.1.10.4.3  
changed lines
  Added in v.1.10.4.4


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