Diff for /libaitio/inc/global.h between versions 1.8 and 1.10

version 1.8, 2011/10/31 13:53:51 version 1.10, 2012/03/29 01:31:33
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, 2011Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
         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 63  SUCH DAMAGE. Line 63  SUCH DAMAGE.
 #include <ctype.h>  #include <ctype.h>
 #include <assert.h>  #include <assert.h>
 #include <paths.h>  #include <paths.h>
   #include <poll.h>
   #include <netdb.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/event.h>  #include <sys/event.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
   #include <sys/mman.h>
   #include <sys/socket.h>
 #ifndef __OpenBSD__  #ifndef __OpenBSD__
 #include <sys/endian.h>  #include <sys/endian.h>
   #endif
   #ifdef __FreeBSD__
 #include <libutil.h>  #include <libutil.h>
 #else  #else
 #include <util.h>  #include <util.h>
 #endif  #endif
   #include <netinet/in.h>
   #include <arpa/inet.h>
   
 #ifdef AIO_OPS  #ifdef AIO_OPS
 #include <aio.h>  #include <aio.h>

Removed from v.1.8  
changed lines
  Added in v.1.10


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