X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FForkTest.c;h=f12792edf357493be08c9192252f8b66ddc31945;hp=a4f0296848ec65564e30bad20005fa5337c5d8df;hb=2354bea32f841874996df139e72aab07b29ba12e;hpb=6c8d59152cff88b5835eeb749445148bb3546a5b diff --git a/sources/ForkTest.c b/sources/ForkTest.c index a4f0296..f12792e 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.10 2003/05/02 09:55:13 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);