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

version 1.15, 2013/06/26 22:48:53 version 1.18, 2014/02/08 22:06:16
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013Copyright 2004 - 2014
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
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>
Line 79  SUCH DAMAGE. Line 81  SUCH DAMAGE.
 #include <machine/atomic.h>  #include <machine/atomic.h>
 #include <net/if.h>  #include <net/if.h>
 #include <net/bpf.h>  #include <net/bpf.h>
   #include <net/ethernet.h>
   #include <net/if_types.h>
 #ifdef __FreeBSD__  #ifdef __FreeBSD__
 #include <libutil.h>  #include <libutil.h>
 #else  #else

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


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