X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FForkTest.c;h=edec00ef1612cf68f1c5346856318969b52d116a;hp=a4f0296848ec65564e30bad20005fa5337c5d8df;hb=6483a787322c614bc6282a0bf0ee001f1bf54b44;hpb=78a82bdb333ca71e395ba39a5c03745761341150 diff --git a/sources/ForkTest.c b/sources/ForkTest.c index a4f0296..edec00e 100644 --- a/sources/ForkTest.c +++ b/sources/ForkTest.c @@ -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 /* standard I/O library */ #include /* 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);