Diff for /libaitio/inc/global.h between versions 1.15 and 1.16

version 1.15, 2013/06/26 22:48:53 version 1.16, 2013/11/22 13:49:14
Line 56  SUCH DAMAGE. Line 56  SUCH DAMAGE.
 #include <unistd.h>  #include <unistd.h>
 #include <errno.h>  #include <errno.h>
 #include <termios.h>  #include <termios.h>
   #include <signal.h>
 #include <glob.h>  #include <glob.h>
 #include <grp.h>  #include <grp.h>
 #include <fcntl.h>  #include <fcntl.h>
Line 70  SUCH DAMAGE. Line 71  SUCH DAMAGE.
 #include <sys/stdint.h>  #include <sys/stdint.h>
 #include <sys/event.h>  #include <sys/event.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   #include <sys/wait.h>
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #include <sys/mman.h>  #include <sys/mman.h>
 #include <sys/socket.h>  #include <sys/socket.h>

Removed from v.1.15  
changed lines
  Added in v.1.16


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