Diff for /libaitsched/inc/global.h between versions 1.4.16.1 and 1.4.16.2

version 1.4.16.1, 2012/08/01 13:43:14 version 1.4.16.2, 2012/08/02 12:58:02
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>
Line 62  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.16.1  
changed lines
  Added in v.1.4.16.2


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