Need a declaration for getpeereid also.

This commit is contained in:
Nicholas Marriott 2022-03-08 11:04:15 +00:00
parent afd9b68d10
commit 9ed1226a66

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