chiark / gitweb /
Merge branches 'idx/verh' and 'idx/qmqpc'
[qmail] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }