mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Need a declaration for getpeereid also.
This commit is contained in:
parent
afd9b68d10
commit
9ed1226a66
5
compat.h
5
compat.h
@ -334,6 +334,11 @@ char *strndup(const char *, size_t);
|
|||||||
void *memmem(const void *, size_t, const void *, size_t);
|
void *memmem(const void *, size_t, const void *, size_t);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_GETPEEREID
|
||||||
|
/* getpeereid.c */
|
||||||
|
int getpeereid(int, uid_t *, gid_t *);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_DAEMON
|
#ifndef HAVE_DAEMON
|
||||||
/* daemon.c */
|
/* daemon.c */
|
||||||
int daemon(int, int);
|
int daemon(int, int);
|
||||||
|
Loading…
Reference in New Issue
Block a user