summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/openbsd-compat/bsd-getpeereid.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-01-08 09:33:46 +0000
committerdes <des@FreeBSD.org>2004-01-08 09:33:46 +0000
commitbd159d8b4f26d85bf4a8a47444be2a9db7b6ce37 (patch)
tree00ee643d8f3fa6e678974cc589592ec74373e9cb /crypto/openssh/openbsd-compat/bsd-getpeereid.h
parentb5d16e713867abc03742aca168b7a54a25c4790b (diff)
downloadFreeBSD-src-bd159d8b4f26d85bf4a8a47444be2a9db7b6ce37.zip
FreeBSD-src-bd159d8b4f26d85bf4a8a47444be2a9db7b6ce37.tar.gz
Remove obsolete files on the vendor branch.
Diffstat (limited to 'crypto/openssh/openbsd-compat/bsd-getpeereid.h')
-rw-r--r--crypto/openssh/openbsd-compat/bsd-getpeereid.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/crypto/openssh/openbsd-compat/bsd-getpeereid.h b/crypto/openssh/openbsd-compat/bsd-getpeereid.h
deleted file mode 100644
index 2e9f077..0000000
--- a/crypto/openssh/openbsd-compat/bsd-getpeereid.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* $Id: bsd-getpeereid.h,v 1.1 2002/09/12 00:33:02 djm Exp $ */
-
-#ifndef _BSD_GETPEEREID_H
-#define _BSD_GETPEEREID_H
-
-#include "config.h"
-
-#include <sys/types.h> /* For uid_t, gid_t */
-
-#ifndef HAVE_GETPEEREID
-int getpeereid(int , uid_t *, gid_t *);
-#endif /* HAVE_GETPEEREID */
-
-#endif /* _BSD_GETPEEREID_H */
OpenPOWER on IntegriCloud