Need a declaration for getpeereid also.

pull/3160/head
Nicholas Marriott 2022-03-08 11:04:15 +00:00
parent f1d8724198
commit 759f949654
1 changed files with 5 additions and 0 deletions

View File

@ -334,6 +334,11 @@ char *strndup(const char *, size_t);
void *memmem(const void *, size_t, const void *, size_t);
#endif
#ifndef HAVE_GETPEEREID
/* getpeereid.c */
int getpeereid(int, uid_t *, gid_t *);
#endif
#ifndef HAVE_DAEMON
/* daemon.c */
int daemon(int, int);