Diff for /libaitio/inc/global.h between versions 1.18.8.4 and 1.18.8.5

version 1.18.8.4, 2016/08/10 15:18:23 version 1.18.8.5, 2016/08/11 12:51:52
Line 49  SUCH DAMAGE. Line 49  SUCH DAMAGE.
   
 #include "config.h"  #include "config.h"
   
   #ifdef __linux__
   #define _GNU_SOURCE
   #endif
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdarg.h>  #include <stdarg.h>
Line 73  SUCH DAMAGE. Line 77  SUCH DAMAGE.
 #include <sys/event.h>  #include <sys/event.h>
 #include <machine/atomic.h>  #include <machine/atomic.h>
 #else  #else
   #include <libio.h>
 #include <pty.h>  #include <pty.h>
 #include <stdint.h>  #include <stdint.h>
 #include <stdio_ext.h>  #include <stdio_ext.h>

Removed from v.1.18.8.4  
changed lines
  Added in v.1.18.8.5


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