sethostid() actually do return a value
authortholo <tholo@openbsd.org>
Fri, 22 Mar 1996 07:38:15 +0000 (07:38 +0000)
committertholo <tholo@openbsd.org>
Fri, 22 Mar 1996 07:38:15 +0000 (07:38 +0000)
include/unistd.h

index 3ffcec0..637b6c3 100644 (file)
@@ -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 *));