summaryrefslogtreecommitdiff
path: root/termios/cfmakeraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'termios/cfmakeraw.c')
-rw-r--r--termios/cfmakeraw.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/termios/cfmakeraw.c b/termios/cfmakeraw.c
index 035a6d6ce4..2da17fabf6 100644
--- a/termios/cfmakeraw.c
+++ b/termios/cfmakeraw.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -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;