Revisione completa (e relativa razionalizzazione) dei sorgenti degli esempi.
[gapil.git] / sources / ForkTest.c
index a4f0296848ec65564e30bad20005fa5337c5d8df..edec00ef1612cf68f1c5346856318969b52d116a 100644 (file)
@@ -26,7 +26,7 @@
  *
  * Usage: forktest -h give all info's
  *
- * $Id: ForkTest.c,v 1.7 2002/08/18 23:24:44 piccardi Exp $
+ * $Id: ForkTest.c,v 1.8 2002/12/03 11:06:05 piccardi Exp $
  *
  ****************************************************************/
 /* 
@@ -38,7 +38,7 @@
 #include <stdio.h>      /* standard I/O library */
 #include <string.h>      /* string functions */
 
-#include "wrappers.h"
+#include "Gapil.h"
 #include "macros.h"
 
 /* Help printing routine */
@@ -79,7 +79,7 @@ int main(int argc, char *argv[])
            wait_end = strtol(optarg, NULL, 10);      /* convert input */
            break;
        case 's':
-           Signal(SIGCHLD, HandSIGCHLD);
+           Signal(SIGCHLD, HandSigCHLD);
            break;
        case '?':   /* unrecognized options */
            printf("Unrecognized options -%c\n",optopt);