Corretti i commenti ai listati in una forma piu' leggibile (spero).
[gapil.git] / listati / sigchildhand.c
1     ...
2     /* install SIGCHLD handler */
3     Signal(SIGCHLD, sigchld_hand);  /* establish handler */
4     /* create socket */
5     ...