aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/sethostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/sethostid.c')
-rw-r--r--sysdeps/mach/hurd/sethostid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/sethostid.c b/sysdeps/mach/hurd/sethostid.c
index 727a83c..51d5bdb 100644
--- a/sysdeps/mach/hurd/sethostid.c
+++ b/sysdeps/mach/hurd/sethostid.c
@@ -25,8 +25,7 @@
/* XXX should be __sethostid?
isn't hostid supposed to be hardwired and unchangeable? */
int
-sethostid (id)
- long int id;
+sethostid (long int id)
{
char buf[8], *bp;
ssize_t n;