Diff for /libaitio/inc/global.h between versions 1.7.4.1 and 1.7.4.6

version 1.7.4.1, 2011/09/07 01:22:44 version 1.7.4.6, 2011/10/07 09:14:41
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__  #ifndef __OpenBSD__
 #include <sys/endian.h>  #include <sys/endian.h>
   #include <libutil.h>
   #else
   #include <util.h>
 #endif  #endif
 #include <sys/ioctl_compat.h>  
 #include <readline/readline.h>  
 #include <readline/history.h>  
   
 #ifdef AIO_OPS  #ifdef AIO_OPS
 #include <aio.h>  #include <aio.h>

Removed from v.1.7.4.1  
changed lines
  Added in v.1.7.4.6


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