diff options
Diffstat (limited to 'misc/stty.c')
-rw-r--r-- | misc/stty.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/stty.c b/misc/stty.c index 0ce3e60..79e4f8d 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) { |