chiark / gitweb /
qmail: Indirect via QMAILQUEUE environment variable to find qmail-queue.
[qmail] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }