addrcheck: Optionally invoke userv service to decide address validity.
[qmail] / tryvfork.c
1 void main()
2 {
3 vfork();
4 }