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

version 1.6, 2011/04/20 22:56:32 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 47  SUCH DAMAGE. Line 47  SUCH DAMAGE.
 #define __GLOBAL_H  #define __GLOBAL_H
   
   
 #define COMPAT_43TTY  
   
 #include "config.h"  #include "config.h"
   
 #include <stdio.h>  #include <stdio.h>
Line 60  SUCH DAMAGE. Line 58  SUCH DAMAGE.
 #include <regex.h>  #include <regex.h>
 #include <termios.h>  #include <termios.h>
 #include <glob.h>  #include <glob.h>
   #include <grp.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <ctype.h>  #include <ctype.h>
 #include <assert.h>  #include <assert.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/tty.h>#include <sys/mman.h>
#include <sys/ioctl_compat.h>#include <sys/socket.h>
#include <readline/readline.h>#ifndef __OpenBSD__
#include <readline/history.h>#include <sys/endian.h>
 #endif
 #ifdef __FreeBSD__
 #include <libutil.h>
 #else
 #include <util.h>
 #endif
 #include <netinet/in.h>
 #include <arpa/inet.h>
   
 #ifdef AIO_OPS  #ifdef AIO_OPS
 #include <aio.h>  #include <aio.h>
 #endif  #endif
   
   
   #include "atree.h"
   #include "apatricia.h"
 #include "aitio.h"  #include "aitio.h"
 #include "defs.h"  #include "defs.h"
   

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


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