mbligh | 908d31e | 2008-02-28 00:30:41 +0000 | [diff] [blame^] | 1 | --- src/src/execl.c 1999-07-28 14:46:58.000000000 -0700 |
2 | +++ newsrc/src/execl.c 2008-02-27 09:23:17.372306000 -0800 | ||||
3 | @@ -88,7 +88,7 @@ char *argv[]; | ||||
4 | fprintf(stderr, "%lu loops\n", iter); | ||||
5 | exit(0); | ||||
6 | } | ||||
7 | - execl(fullpath, fullpath, "0", dur_str, count_str, start_str, 0); | ||||
8 | + execl(fullpath, fullpath, "0", dur_str, count_str, start_str, (char *)0); | ||||
9 | printf("Exec failed at iteration %lu\n", iter); | ||||
10 | perror("Reason"); | ||||
11 | exit(1); |