From: tholo Date: Fri, 22 Mar 1996 07:38:15 +0000 (+0000) Subject: sethostid() actually do return a value X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7e9ebd8d79ea287e0eb03b2f6e1c13f876513a7e;p=openbsd sethostid() actually do return a value --- diff --git a/include/unistd.h b/include/unistd.h index 3ffcec0f9d3..637b6c3a3e4 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -152,7 +152,7 @@ int setdomainname __P((const char *, int)); int setegid __P((gid_t)); int seteuid __P((uid_t)); int setgroups __P((int, const gid_t *)); -void sethostid __P((long)); +int sethostid __P((long)); int sethostname __P((const char *, int)); int setkey __P((const char *)); int setlogin __P((const char *));