summaryrefslogtreecommitdiff
path: root/misc/sethostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sethostid.c')
-rw-r--r--misc/sethostid.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/sethostid.c b/misc/sethostid.c
index 96c750ea75..0010012e94 100644
--- a/misc/sethostid.c
+++ b/misc/sethostid.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,8 +21,7 @@
/* Set the current machine's Internet number to ID.
This call is restricted to the super-user. */
int
-sethostid (id)
- long int id;
+sethostid (long int id)
{
__set_errno (ENOSYS);
return -1;