Diff for /libaitsess/inc/global.h between versions 1.2.2.1 and 1.4

version 1.2.2.1, 2011/04/30 22:02:59 version 1.4, 2012/02/10 23:38:30
Line 57  SUCH DAMAGE. Line 57  SUCH DAMAGE.
 #include <fcntl.h>  #include <fcntl.h>
 #include <errno.h>  #include <errno.h>
 #include <time.h>  #include <time.h>
   #include <assert.h>
 #include <semaphore.h>  #include <semaphore.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
Line 64  SUCH DAMAGE. Line 65  SUCH DAMAGE.
 #include <sys/sem.h>  #include <sys/sem.h>
 #include <sys/shm.h>  #include <sys/shm.h>
 #include <sys/mman.h>  #include <sys/mman.h>
   #include <aitio.h>
   
 #include "defs.h"  #include "defs.h"
 #include "aitsess.h"  #include "aitsess.h"

Removed from v.1.2.2.1  
changed lines
  Added in v.1.4


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