Diff for /libaitsess/inc/global.h between versions 1.3.2.1 and 1.4.2.2

version 1.3.2.1, 2011/09/07 15:52:35 version 1.4.2.2, 2012/02/27 21:00:43
Line 51  SUCH DAMAGE. Line 51  SUCH DAMAGE.
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <stdint.h>
 #include <stdarg.h>  #include <stdarg.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
Line 58  SUCH DAMAGE. Line 59  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>

Removed from v.1.3.2.1  
changed lines
  Added in v.1.4.2.2


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