chiark / gitweb /
new lwc_fixed for distrib.pats and distributions
[nntp-merge-chiark.git] / nyxpostrun.c
1 #include <unistd.h>
2 #include <stdio.h>
3 int main(int argc, char **argv) {
4   int g;
5   g= getegid();
6   setregid(g,g);
7   execv("/usr/local/lib/news/nyxpost",argv);
8   perror("nyxpostrun: exec");
9   exit(1);
10 }