diff options
Diffstat (limited to 'sysdeps/mach/hurd/sethostid.c')
-rw-r--r-- | sysdeps/mach/hurd/sethostid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/sethostid.c b/sysdeps/mach/hurd/sethostid.c index 727a83c2ea..51d5bdb33e 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; |