From 56bf85096cc89f91d28671b5d93b4172240263bc Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 27 Jul 2016 15:09:11 +0000 Subject: Cleanup patches, category benchmarks Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- benchmarks/siege/files/patch-src_sock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmarks/siege/files/patch-src_sock.c') 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); -- cgit v1.2.3