diff options
Diffstat (limited to 'devel/lace14/files/patch-benchmarks_fib_fib-lace.c')
-rw-r--r-- | devel/lace14/files/patch-benchmarks_fib_fib-lace.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/lace14/files/patch-benchmarks_fib_fib-lace.c b/devel/lace14/files/patch-benchmarks_fib_fib-lace.c deleted file mode 100644 index 705fff75ccfa..000000000000 --- a/devel/lace14/files/patch-benchmarks_fib_fib-lace.c +++ /dev/null @@ -1,11 +0,0 @@ ---- benchmarks/fib/fib-lace.c.orig 2025-05-23 10:55:18 UTC -+++ benchmarks/fib/fib-lace.c -@@ -34,7 +34,7 @@ int main(int argc, char **argv) - int workers = 1; - int dqsize = 100000; - -- char c; -+ signed char c; - while ((c=getopt(argc, argv, "w:q:h")) != -1) { - switch (c) { - case 'w': |