Diff for /libaitio/inc/global.h between versions 1.9 and 1.12

version 1.9, 2011/12/13 02:23:07 version 1.12, 2012/08/02 00:47:46
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 65  SUCH DAMAGE. Line 65  SUCH DAMAGE.
 #include <paths.h>  #include <paths.h>
 #include <poll.h>  #include <poll.h>
 #include <netdb.h>  #include <netdb.h>
   #include <pthread.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  #include <sys/param.h>
   #include <sys/stdint.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>
Line 74  SUCH DAMAGE. Line 76  SUCH DAMAGE.
 #include <sys/socket.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>
Line 86  SUCH DAMAGE. Line 90  SUCH DAMAGE.
 #endif  #endif
   
   
 #include "atree.h"  
 #include "apatricia.h"  #include "apatricia.h"
 #include "aitio.h"  #include "aitio.h"
 #include "defs.h"  #include "defs.h"

Removed from v.1.9  
changed lines
  Added in v.1.12


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