diff options
author | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2017-09-05 07:53:13 +0000 |
---|---|---|
committer | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2017-09-05 07:53:13 +0000 |
commit | 1c9863b704528439a4827b751d10f2e411f5f71e (patch) | |
tree | de7d6ce9cec438142aa36f201a805ebb89ae1585 /benchmarks/unixbench/files/patch-src_execl.c | |
parent | Fix build. (diff) |
benchmarks/unixbench: updating to version 5.1.3
While I'm here:
* updating MAINTAINER entry
* adding the proper dependencies
Reviewed by: mat
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12224
Diffstat (limited to 'benchmarks/unixbench/files/patch-src_execl.c')
-rw-r--r-- | benchmarks/unixbench/files/patch-src_execl.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/benchmarks/unixbench/files/patch-src_execl.c b/benchmarks/unixbench/files/patch-src_execl.c deleted file mode 100644 index 434380383c9e..000000000000 --- a/benchmarks/unixbench/files/patch-src_execl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/execl.c.orig 1999-07-28 21:46:58 UTC -+++ src/execl.c -@@ -88,7 +88,7 @@ char *argv[]; - fprintf(stderr, "%lu loops\n", iter); - exit(0); - } -- execl(fullpath, fullpath, "0", dur_str, count_str, start_str, 0); -+ execl(fullpath, fullpath, "0", dur_str, count_str, start_str, NULL); - printf("Exec failed at iteration %lu\n", iter); - perror("Reason"); - exit(1); |