Browse Source

sethostid() actually do return a value

OPENBSD_2_0
tholo 29 years ago
parent
commit
346f9adabb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/include/unistd.h

+ 1
- 1
src/include/unistd.h View 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 *));


Loading…
Cancel
Save