s/qmail
4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
4.3
sqmail-4.3.20
src
chkshsgr.c
Go to the documentation of this file.
1
#include <grp.h>
2
#include <sys/types.h>
3
#include <unistd.h>
4
#include "
exit.h
"
5
6
int
main
()
7
{
8
short
x[4];
9
10
x[0] = x[1] = 0;
11
if
(getgroups(1,x) == 0)
if
(setgroups(1,x) == -1)
_exit
(1);
12
_exit
(0);
13
}
main
int main()
Definition:
chkshsgr.c:6
exit.h
_exit
void _exit(int)
Generated on Thu Jan 16 2025 17:42:03 for s/qmail by
1.9.6