ucspi-ssl
0.13.04
ucspi-ssl
Loading...
Searching...
No Matches
ucspi-ssl-0.13.04
src
chkshsgr.c
Go to the documentation of this file.
1
/* Public domain. */
2
3
#include <sys/types.h>
4
#include <unistd.h>
5
#include "exit.h"
6
7
int
main
()
8
{
9
short
x[4];
10
11
x[0] = x[1] = 0;
12
if
(getgroups(1,x) == 0)
if
(setgroups(1,x) == -1) _exit(1);
13
_exit(0);
14
}
main
int main()
Definition
chkshsgr.c:7
Generated on
for ucspi-ssl by
1.14.0