diff options
Diffstat (limited to 'misc/sethostid.c')
-rw-r--r-- | misc/sethostid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/sethostid.c b/misc/sethostid.c index 96c750e..bacf172 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; |