X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FForkTest.c;h=1965ec8f4fd232420869bff4297d95fd3fcbbdac;hp=a4f0296848ec65564e30bad20005fa5337c5d8df;hb=fd4e2fd24a218ef56953fd5a58d0b3c0bee8acb7;hpb=6c8d59152cff88b5835eeb749445148bb3546a5b diff --git a/sources/ForkTest.c b/sources/ForkTest.c index a4f0296..1965ec8 100644 --- a/sources/ForkTest.c +++ b/sources/ForkTest.c @@ -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 /* C standard library */ #include /* unix standard library */ #include /* standard I/O library */ -#include /* string functions */ +#include /* 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);