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

version 1.7, 2011/06/07 11:49:39 version 1.8, 2011/10/31 13:53:51
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 <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>#ifndef __OpenBSD__
#include <sys/ioctl_compat.h>#include <sys/endian.h>
#include <readline/readline.h>#include <libutil.h>
#include <readline/history.h>#else
 #include <util.h>
 #endif
   
 #ifdef AIO_OPS  #ifdef AIO_OPS
 #include <aio.h>  #include <aio.h>

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


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