Diff for /libaitio/inc/global.h between versions 1.8.2.1 and 1.8.2.2

version 1.8.2.1, 2011/11/02 13:13:48 version 1.8.2.2, 2011/11/02 16:10:24
Line 63  SUCH DAMAGE. Line 63  SUCH DAMAGE.
 #include <ctype.h>  #include <ctype.h>
 #include <assert.h>  #include <assert.h>
 #include <paths.h>  #include <paths.h>
   #include <poll.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/event.h>  #include <sys/event.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #include <sys/mman.h>  #include <sys/mman.h>
   #include <sys/socket.h>
 #ifndef __OpenBSD__  #ifndef __OpenBSD__
 #include <sys/endian.h>  #include <sys/endian.h>
 #include <libutil.h>  #include <libutil.h>

Removed from v.1.8.2.1  
changed lines
  Added in v.1.8.2.2


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