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

version 1.10.4.4, 2014/05/21 20:48:34 version 1.10.4.5, 2014/05/21 21:07:50
Line 72  SUCH DAMAGE. Line 72  SUCH DAMAGE.
 #elif SUP_ENABLE == EP_SUPPORT  #elif SUP_ENABLE == EP_SUPPORT
 #include <sys/epoll.h>  #include <sys/epoll.h>
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
   #include <linux/sockios.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.4  
changed lines
  Added in v.1.10.4.5


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