From 9c45d9ad13fdf439d44d7443ae75da15ea0223ed Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Mon, 19 Aug 2013 16:39:41 -0400 Subject: Initial checkin Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy. --- maildrop/setgroupid.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 maildrop/setgroupid.h (limited to 'maildrop/setgroupid.h') diff --git a/maildrop/setgroupid.h b/maildrop/setgroupid.h new file mode 100644 index 0000000..eae7d6b --- /dev/null +++ b/maildrop/setgroupid.h @@ -0,0 +1,22 @@ +#ifndef setgroupid_h +#define setgroupid_h + + +#include "config.h" +#include +#if HAVE_UNISTD_H +#include +#endif + +#define __USE_BSG +#include + +#ifdef __cplusplus + +extern "C" + +#endif + + void setgroupid(gid_t grpid); + +#endif -- cgit v1.2.3