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

version 1.7.4.1, 2011/09/07 01:22:44 version 1.7.4.3, 2011/09/19 22:41:04
Line 60  SUCH DAMAGE. Line 60  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>
Line 71  SUCH DAMAGE. Line 72  SUCH DAMAGE.
 #include <sys/tty.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 <sys/ioctl_compat.h>
 #include <readline/readline.h>  #include <readline/readline.h>

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


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