chiark / gitweb /
addrcheck: Don't spew userv error messages at SMTP clients.
[qmail] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }