summaryrefslogtreecommitdiff
path: root/benchmarks/siege
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/siege')
-rw-r--r--benchmarks/siege/files/patch-Makefile.am2
-rw-r--r--benchmarks/siege/files/patch-configure.ac2
-rw-r--r--benchmarks/siege/files/patch-src_init.c8
-rw-r--r--benchmarks/siege/files/patch-src_sock.c6
4 files changed, 9 insertions, 9 deletions
diff --git a/benchmarks/siege/files/patch-Makefile.am b/benchmarks/siege/files/patch-Makefile.am
index 8ccd3132992e..aff6e9056b34 100644
--- a/benchmarks/siege/files/patch-Makefile.am
+++ b/benchmarks/siege/files/patch-Makefile.am
@@ -1,4 +1,4 @@
---- Makefile.am.orig 2015-12-22 20:12:40 UTC
+--- Makefile.am.orig 2016-05-20 11:41:06 UTC
+++ Makefile.am
@@ -20,6 +20,8 @@
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
diff --git a/benchmarks/siege/files/patch-configure.ac b/benchmarks/siege/files/patch-configure.ac
index 09e34d35f367..3985f520b755 100644
--- a/benchmarks/siege/files/patch-configure.ac
+++ b/benchmarks/siege/files/patch-configure.ac
@@ -1,4 +1,4 @@
---- configure.ac.orig 2016-03-25 13:07:35 UTC
+--- configure.ac.orig 2016-05-20 11:41:06 UTC
+++ configure.ac
@@ -12,6 +12,7 @@ AC_CONFIG_AUX_DIR(utils)
AM_INIT_AUTOMAKE
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
+
diff --git a/benchmarks/siege/files/patch-src_sock.c b/benchmarks/siege/files/patch-src_sock.c
index b63a6099b02e..e61d2701b336 100644
--- a/benchmarks/siege/files/patch-src_sock.c
+++ b/benchmarks/siege/files/patch-src_sock.c
@@ -1,6 +1,6 @@
---- src/sock.c.orig 2015-12-22 20:12:40 UTC
+--- src/sock.c.orig 2016-05-20 11:41:06 UTC
+++ src/sock.c
-@@ -148,7 +148,7 @@ new_socket(CONN *C, const char *hostpara
+@@ -149,7 +149,7 @@ new_socket(CONN *C, const char *hostpara
hp = NULL;
}
}
@@ -9,7 +9,7 @@
# ifdef HAVE_GETIPNODEBYNAME
hp = getipnodebyname(hn, AF_INET, 0, &herrno);
# else /* default use gethostbyname_r*/
-@@ -190,7 +190,7 @@ new_socket(CONN *C, const char *hostpara
+@@ -191,7 +191,7 @@ new_socket(CONN *C, const char *hostpara
memset((void*) &cli, 0, sizeof(cli));
memcpy(&cli.sin_addr, hp->h_addr, hp->h_length);