chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
qmail-send: Add message-id to bounce messages.
[qmail]
/
chkshsgr.c
1
#include "exit.h"
2
void main()
3
{
4
short x[4];
5
6
x[0] = x[1] = 0;
7
if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1);
8
_exit(0);
9
}