diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
commit | 56bf85096cc89f91d28671b5d93b4172240263bc (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/siege/files/patch-src_sock.c | |
parent | Add new port -- Rounded Mgen+ Japanese TrueType fonts (diff) |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | benchmarks/siege/files/patch-src_sock.c | 6 |
1 files changed, 3 insertions, 3 deletions
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); |