summaryrefslogtreecommitdiff
path: root/misc/gtty.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gtty.c')
-rw-r--r--misc/gtty.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/gtty.c b/misc/gtty.c
index 9a64a9a0dc..2d88455575 100644
--- a/misc/gtty.c
+++ b/misc/gtty.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -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)
{