Diff for /libaitio/inc/global.h between versions 1.10 and 1.13

version 1.10, 2012/03/29 01:31:33 version 1.13, 2012/08/29 13:51:29
Line 65  SUCH DAMAGE. Line 65  SUCH DAMAGE.
 #include <paths.h>  #include <paths.h>
 #include <poll.h>  #include <poll.h>
 #include <netdb.h>  #include <netdb.h>
   #include <pthread.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  #include <sys/param.h>
   #include <sys/stdint.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>
Line 87  SUCH DAMAGE. Line 89  SUCH DAMAGE.
 #include <aio.h>  #include <aio.h>
 #endif  #endif
   
   #include <aitcrc.h>
   
 #include "atree.h"  
 #include "apatricia.h"  #include "apatricia.h"
 #include "aitio.h"  #include "aitio.h"
 #include "defs.h"  #include "defs.h"

Removed from v.1.10  
changed lines
  Added in v.1.13


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