aboutsummaryrefslogtreecommitdiff
path: root/misc/gtty.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gtty.c')
-rw-r--r--misc/gtty.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/gtty.c b/misc/gtty.c
index 9a64a9a..798185e 100644
--- a/misc/gtty.c
+++ b/misc/gtty.c
@@ -21,9 +21,7 @@
/* Fill in *PARAMS with terminal parameters associated with FD. */
int
-gtty (fd, params)
- int fd;
- struct sgttyb *params;
+gtty (int fd, struct sgttyb *params)
{
if (params == NULL)
{