chiark / gitweb /
qmail-local: Sender and environment settings in .qmail files.
[qmail] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }