chiark / gitweb /
Release qmail 1.03-2
[qmail] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }