summaryrefslogtreecommitdiff
path: root/misc/stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/stty.c')
-rw-r--r--misc/stty.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/stty.c b/misc/stty.c
index 0ce3e60e17..79e4f8dc94 100644
--- a/misc/stty.c
+++ b/misc/stty.c
@@ -21,9 +21,7 @@
/* Set the terminal parameters associated with FD to *PARAMS. */
int
-stty (fd, params)
- int fd;
- const struct sgttyb *params;
+stty (int fd, const struct sgttyb *params)
{
if (params == NULL)
{