artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7189df1
)
sethostid() actually do return a value
author
tholo
<tholo@openbsd.org>
Fri, 22 Mar 1996 07:38:15 +0000
(07:38 +0000)
committer
tholo
<tholo@openbsd.org>
Fri, 22 Mar 1996 07:38:15 +0000
(07:38 +0000)
include/unistd.h
patch
|
blob
|
history
diff --git
a/include/unistd.h
b/include/unistd.h
index
3ffcec0
..
637b6c3
100644
(file)
--- 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 *));