diff options
Diffstat (limited to 'termios/cfmakeraw.c')
-rw-r--r-- | termios/cfmakeraw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/termios/cfmakeraw.c b/termios/cfmakeraw.c index 035a6d6ce4..0f955a3c2a 100644 --- a/termios/cfmakeraw.c +++ b/termios/cfmakeraw.c @@ -19,8 +19,7 @@ /* Set *T to indicate raw mode. */ void -cfmakeraw (t) - struct termios *t; +cfmakeraw (struct termios *t) { t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); t->c_oflag &= ~OPOST; |