Materiale sui flag della system call mount.
[gapil.git] / sources / ForkTest.c
index a4f0296848ec65564e30bad20005fa5337c5d8df..1965ec8f4fd232420869bff4297d95fd3fcbbdac 100644 (file)
@@ -26,8 +26,6 @@
  *
  * Usage: forktest -h give all info's
  *
- * $Id: ForkTest.c,v 1.7 2002/08/18 23:24:44 piccardi Exp $
- *
  ****************************************************************/
 /* 
  * Include needed headers
@@ -36,9 +34,9 @@
 #include <stdlib.h>      /* C standard library */
 #include <unistd.h>      /* unix standard library */
 #include <stdio.h>      /* standard I/O library */
-#include <string.h>      /* string functions */
+#include <string.h>      /* C strings library */
 
-#include "wrappers.h"
+#include "Gapil.h"
 #include "macros.h"
 
 /* Help printing routine */
@@ -79,7 +77,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);