diff options
Diffstat (limited to 'openbsd-compat/bsd-getpeereid.h')
-rw-r--r-- | openbsd-compat/bsd-getpeereid.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/openbsd-compat/bsd-getpeereid.h b/openbsd-compat/bsd-getpeereid.h deleted file mode 100644 index 2e9f077f9..000000000 --- a/openbsd-compat/bsd-getpeereid.h +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | /* $Id: bsd-getpeereid.h,v 1.1 2002/09/12 00:33:02 djm Exp $ */ | ||
2 | |||
3 | #ifndef _BSD_GETPEEREID_H | ||
4 | #define _BSD_GETPEEREID_H | ||
5 | |||
6 | #include "config.h" | ||
7 | |||
8 | #include <sys/types.h> /* For uid_t, gid_t */ | ||
9 | |||
10 | #ifndef HAVE_GETPEEREID | ||
11 | int getpeereid(int , uid_t *, gid_t *); | ||
12 | #endif /* HAVE_GETPEEREID */ | ||
13 | |||
14 | #endif /* _BSD_GETPEEREID_H */ | ||