summaryrefslogtreecommitdiff
path: root/login/grantpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/grantpt.c')
-rw-r--r--login/grantpt.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/login/grantpt.c b/login/grantpt.c
index eb48342bbd..cba481bb6a 100644
--- a/login/grantpt.c
+++ b/login/grantpt.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
@@ -23,8 +23,7 @@
with the slave to the calling process, and set its group and
mode appropriately. Note that this is an unprivileged operation. */
int
-grantpt (fd)
- int fd __attribute__ ((unused));
+grantpt (int fd __attribute__ ((unused)))
{
__set_errno (ENOSYS);
return -1;