Diff for /libaitio/inc/global.h between versions 1.14 and 1.15

version 1.14, 2013/03/13 14:54:39 version 1.15, 2013/06/26 22:48:53
Line 64  SUCH DAMAGE. Line 64  SUCH DAMAGE.
 #include <poll.h>  #include <poll.h>
 #include <pthread.h>  #include <pthread.h>
 #include <semaphore.h>  #include <semaphore.h>
   #include <ifaddrs.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/stdint.h>  #include <sys/stdint.h>
Line 75  SUCH DAMAGE. Line 76  SUCH DAMAGE.
 #include <sys/ipc.h>  #include <sys/ipc.h>
 #include <sys/sem.h>  #include <sys/sem.h>
 #include <sys/shm.h>  #include <sys/shm.h>
   #include <machine/atomic.h>
   #include <net/if.h>
   #include <net/bpf.h>
 #ifdef __FreeBSD__  #ifdef __FreeBSD__
 #include <libutil.h>  #include <libutil.h>
 #else  #else

Removed from v.1.14  
changed lines
  Added in v.1.15


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