mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Declare [gs]etdomainname().
This commit is contained in:
parent
3f31c649d1
commit
7d39692365
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2859
@ -115,6 +115,7 @@ int fchdir __P((int));
|
||||
int fchown __P((int, int, int));
|
||||
int fsync __P((int));
|
||||
int ftruncate __P((int, off_t));
|
||||
int getdomainname __P((char *, int));
|
||||
int getdtablesize __P((void));
|
||||
long gethostid __P((void));
|
||||
int gethostname __P((char *, int));
|
||||
@ -145,6 +146,7 @@ int rresvport __P((int *));
|
||||
int ruserok __P((const char *, int, const char *, const char *));
|
||||
char *sbrk __P((int));
|
||||
int select __P((int, fd_set *, fd_set *, fd_set *, struct timeval *));
|
||||
int setdomainname __P((const char *, int));
|
||||
int setegid __P((gid_t));
|
||||
int seteuid __P((uid_t));
|
||||
int setgroups __P((int, const gid_t *));
|
||||
|
Loading…
Reference in New Issue
Block a user