ports/benchmarks/unixbench/files/patch-src_big.c
Luca Pizzamiglio 1c9863b704 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
2017-09-05 07:53:13 +00:00

11 lines
255 B
C

--- src/big.c.orig 2015-06-04 17:20:18 UTC
+++ src/big.c
@@ -583,7 +583,7 @@ void dumpwork(void)
void fatal(char *s)
{
int i;
- fprintf(stderr, s);
+ fprintf(stderr, "%s", s);
fflush(stderr);
perror("Reason?");
fflush(stderr);