Debianization, and minor fixes.
[fastforward] / tryvfork.c
1 void main()
2 {
3 vfork();
4 }