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

version 1.10.4.2, 2014/05/19 23:15:45 version 1.10.4.3, 2014/05/19 23:39:46
Line 62  SUCH DAMAGE. Line 62  SUCH DAMAGE.
 #include <assert.h>  #include <assert.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/uio.h>  #include <sys/uio.h>
   #if SUP_ENABLE == EP_SUPPORT
   #include "bsd_queue.h"
   #else
 #include <sys/queue.h>  #include <sys/queue.h>
   #endif
 #if SUP_ENABLE == KQ_SUPPORT  #if SUP_ENABLE == KQ_SUPPORT
 #include <sys/event.h>  #include <sys/event.h>
 #elif SUP_ENABLE == EP_SUPPORT  #elif SUP_ENABLE == EP_SUPPORT

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


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