diff options
Diffstat (limited to '')
-rw-r--r-- | benchmarks/siege/files/patch-src_init.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/siege/files/patch-src_init.c b/benchmarks/siege/files/patch-src_init.c index a805d8487e92..e2d0c2ce2b78 100644 --- a/benchmarks/siege/files/patch-src_init.c +++ b/benchmarks/siege/files/patch-src_init.c @@ -1,6 +1,6 @@ ---- src/init.c.orig 2015-12-22 20:12:40 UTC +--- src/init.c.orig 2016-05-20 11:41:06 UTC +++ src/init.c -@@ -35,6 +35,9 @@ +@@ -39,6 +39,9 @@ #include <unistd.h> #include <errno.h> #include <stdlib.h> @@ -8,5 +8,5 @@ +#include <signal.h> +#endif - int - init_config( void ) + #define LINESZ 1024 + |