summaryrefslogtreecommitdiff
path: root/openbsd-compat.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-01-14 00:35:19 +0000
committerKevin Steves <stevesk@pobox.com>2001-01-14 00:35:19 +0000
commit886b06ce67f9fda0121ec4a3875970bc2316e780 (patch)
tree8a6a34933214016240fe1b75407ef99d775c44be /openbsd-compat.h
parent2f959b4cd1d1afcd241d7ffa06a34646c0c89969 (diff)
- (stevesk) initial work for OpenBSD "support supplementary group in
{Allow,Deny}Groups" patch: - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c) - add bsd-getgrouplist.h - new files groupaccess.[ch] - build but don't use yet (need to merge auth.c changes)
Diffstat (limited to 'openbsd-compat.h')
-rw-r--r--openbsd-compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat.h b/openbsd-compat.h
index 1be0ccd40..9213bead5 100644
--- a/openbsd-compat.h
+++ b/openbsd-compat.h
@@ -24,6 +24,7 @@
24#include "bsd-vis.h" 24#include "bsd-vis.h"
25#include "bsd-waitpid.h" 25#include "bsd-waitpid.h"
26#include "bsd-setproctitle.h" 26#include "bsd-setproctitle.h"
27#include "bsd-getgrouplist.h"
27 28
28/* rfc2553 socket API replacements */ 29/* rfc2553 socket API replacements */
29#include "fake-getaddrinfo.h" 30#include "fake-getaddrinfo.h"