Diff for /libaitio/inc/global.h between versions 1.7.4.4 and 1.7.4.5

version 1.7.4.4, 2011/09/19 23:09:16 version 1.7.4.5, 2011/09/25 23:03:46
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 70  SUCH DAMAGE. Line 68  SUCH DAMAGE.
 #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>  #include <libutil.h>
 #else  #else
 #include <util.h>  #include <util.h>
 #endif  #endif
 #include <sys/ioctl_compat.h>  
 #include <readline/readline.h>  #include <readline/readline.h>
 #include <readline/history.h>  #include <readline/history.h>
   

Removed from v.1.7.4.4  
changed lines
  Added in v.1.7.4.5


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