diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2003-08-19 20:39:49 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2003-08-19 20:39:49 +0000 |
| commit | 73282a3b6c783ed2c0a65493d486396686bcb194 (patch) | |
| tree | 4ec1b8304323fa823a570783e2609dda6da68f73 /include | |
| parent | effcb5eca32e16b2d7e796dcec4354fe989e1065 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index f23ab4f60b79..8cd8edcd49be 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -404,7 +404,7 @@ int fchown(int, uid_t, gid_t); int readlink(const char *, char *, int); #endif #if __POSIX_VISIBLE >= 200112 -int gethostname(char *, int /* socklen_t */); +int gethostname(char *, size_t); int setegid(gid_t); int seteuid(uid_t); #endif |
