mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Update gethostname() prototype to match source and standard.
This commit is contained in:
parent
effcb5eca3
commit
73282a3b6c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119141
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user