djbdnscurve6
45
djbdnscurve6
Loading...
Searching...
No Matches
djbdnscurve6-45
src
chkshsgr.c
Go to the documentation of this file.
1
#include <sys/types.h>
2
#include <unistd.h>
3
#include <grp.h>
4
#include "exit.h"
5
6
int
main
()
7
{
8
gid_t
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
x
struct line * x
Generated on Fri Aug 30 2024 11:58:34 for djbdnscurve6 by
1.9.6