summaryrefslogtreecommitdiff
path: root/misc/sethostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sethostid.c')
-rw-r--r--misc/sethostid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/sethostid.c b/misc/sethostid.c
index 96c750ea75..bacf172703 100644
--- a/misc/sethostid.c
+++ b/misc/sethostid.c
@@ -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;