Diff for /libaitsess/inc/global.h between versions 1.3 and 1.4.2.1

version 1.3, 2011/09/07 13:11:55 version 1.4.2.1, 2012/02/27 17:43:33
Line 58  SUCH DAMAGE. Line 58  SUCH DAMAGE.
 #include <errno.h>  #include <errno.h>
 #include <time.h>  #include <time.h>
 #include <assert.h>  #include <assert.h>
   #include <pthread.h>
 #include <semaphore.h>  #include <semaphore.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
Line 65  SUCH DAMAGE. Line 66  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.3  
changed lines
  Added in v.1.4.2.1


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