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

version 1.4, 2012/02/10 23:38:30 version 1.5, 2012/02/28 13:00:24
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.4  
changed lines
  Added in v.1.5


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