Modifiche al server di echo per introdurre le stampe di debugging e la
[gapil.git] / listati / sigchildhand.c
index 8ded584a9c76d668e2087e267118513f4086a64d..a6695a7c385de5a24a30b426db968bc0094524cd 100644 (file)
@@ -1,5 +1,5 @@
     ...
     /* install SIGCHLD handler */
     ...
     /* install SIGCHLD handler */
-    Signal(SIGCHLD, sigchld_hand);  /* establish handler */
+    Signal(SIGCHLD, HandSigCHLD);  /* establish handler */
     /* create socket */
     ...
     /* create socket */
     ...