--- rxvt-unicode/src/init.h 2004/01/17 01:20:01 1.4 +++ rxvt-unicode/src/init.h 2004/08/15 02:17:32 1.7 @@ -9,7 +9,7 @@ # include #else # ifdef HAVE_SETLOCALE -# include +# include # endif #endif /* HAVE_XLOCALE */ @@ -55,11 +55,11 @@ # define SET_TTYMODE(fd,tt) \ tt->sg.sg_ispeed = tt->sg.sg_ospeed = BAUDRATE, \ - ioctl (fd, TIOCSETP, &(tt->sg)), \ - ioctl (fd, TIOCSETC, &(tt->tc)), \ - ioctl (fd, TIOCSLTC, &(tt->lc)), \ - ioctl (fd, TIOCSETD, &(tt->line)), \ - ioctl (fd, TIOCLSET, &(tt->local)) + ioctl (fd, TIOCSETP, & (tt->sg)), \ + ioctl (fd, TIOCSETC, & (tt->tc)), \ + ioctl (fd, TIOCSLTC, & (tt->lc)), \ + ioctl (fd, TIOCSETD, & (tt->line)), \ + ioctl (fd, TIOCLSET, & (tt->local)) #endif /* HAVE_TERMIOS_H */ /* use the fastest baud-rate */ @@ -148,5 +148,4 @@ #define CONSOLE "/dev/console" /* console device */ -#include "init.intpro" /* PROTOS for internal routines */ #endif /* _INIT_H_ */