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

version 1.4, 2012/03/13 10:01:59 version 1.5, 2012/08/02 13:56:19
Line 47  SUCH DAMAGE. Line 47  SUCH DAMAGE.
 #define __GLOBAL_H  #define __GLOBAL_H
   
   
   #include "config.h"
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdint.h>  #include <stdint.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   #include <fcntl.h>
 #include <stdarg.h>  #include <stdarg.h>
 #include <errno.h>  #include <errno.h>
 #include <pthread.h>  #include <pthread.h>
Line 61  SUCH DAMAGE. Line 64  SUCH DAMAGE.
 #include <sys/queue.h>  #include <sys/queue.h>
 #include <sys/event.h>  #include <sys/event.h>
 #include <sys/time.h>  #include <sys/time.h>
   
 #include "config.h"  
   
 #include "aitsched.h"  #include "aitsched.h"
 #include "defs.h"  #include "defs.h"

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


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