From 886b06ce67f9fda0121ec4a3875970bc2316e780 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sun, 14 Jan 2001 00:35:19 +0000 Subject: - (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) --- openbsd-compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsd-compat.h') 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 @@ #include "bsd-vis.h" #include "bsd-waitpid.h" #include "bsd-setproctitle.h" +#include "bsd-getgrouplist.h" /* rfc2553 socket API replacements */ #include "fake-getaddrinfo.h" -- cgit v1.2.3