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

version 1.10, 2012/03/29 01:31:33 version 1.11, 2012/07/03 08:51:05
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 88  SUCH DAMAGE. Line 90  SUCH DAMAGE.
 #endif  #endif
   
   
 #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.11


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