about summary refs log tree commit diff
path: root/termios/cfmakeraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'termios/cfmakeraw.c')
-rw-r--r--termios/cfmakeraw.c3
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;