--- rxvt-unicode/src/init.h 2003/11/25 15:25:17 1.3 +++ rxvt-unicode/src/init.h 2004/02/13 12:16:21 1.5 @@ -1,9 +1,5 @@ -/* - * $Id: init.h,v 1.3 2003/11/25 15:25:17 pcg Exp $ - */ - -#ifndef _INIT_H_ -#define _INIT_H_ +#ifndef INIT_H_ +#define INIT_H_ #undef CERASE /* TODO */ #define CERASE '\010' /* ^H */ @@ -59,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 */