Declare [gs]etdomainname().

This commit is contained in:
Garrett Wollman 1994-09-18 21:09:10 +00:00
parent 3f31c649d1
commit 7d39692365
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2859

View File

@ -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 *));