index
:
qmail
master
fixes and upgrades to qmail
jsd@av8n.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ucspi-tcp-0.88
/
trywaitp.c
blob: 64d807ee98fbd19989f59444a34bc27756df875e (
plain
)
1
2
3
4
5
6
7
#include <sys/types.h> #include <sys/wait.h> main() { waitpid(0,0,0); }