Diff for /libaitio/inc/global.h between versions 1.13.12.2 and 1.13.12.3

version 1.13.12.2, 2013/01/17 12:56:22 version 1.13.12.3, 2013/03/13 14:16:12
Line 63  SUCH DAMAGE. Line 63  SUCH DAMAGE.
 #include <paths.h>  #include <paths.h>
 #include <poll.h>  #include <poll.h>
 #include <pthread.h>  #include <pthread.h>
   #include <semaphore.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 71  SUCH DAMAGE. Line 72  SUCH DAMAGE.
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #include <sys/mman.h>  #include <sys/mman.h>
 #include <sys/socket.h>  #include <sys/socket.h>
   #include <sys/ipc.h>
   #include <sys/sem.h>
   #include <sys/shm.h>
 #ifdef __FreeBSD__  #ifdef __FreeBSD__
 #include <libutil.h>  #include <libutil.h>
 #else  #else
Line 84  SUCH DAMAGE. Line 88  SUCH DAMAGE.
 #include <elwix.h>  #include <elwix.h>
   
 #include "aitio.h"  #include "aitio.h"
   #include "aitsess.h"
 #include "defs.h"  #include "defs.h"
   
   

Removed from v.1.13.12.2  
changed lines
  Added in v.1.13.12.3


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