diff options
Diffstat (limited to 'benchmarks/siege/files/patch-src::sock.c')
-rw-r--r-- | benchmarks/siege/files/patch-src::sock.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/benchmarks/siege/files/patch-src::sock.c b/benchmarks/siege/files/patch-src::sock.c new file mode 100644 index 000000000000..2282e630d8cd --- /dev/null +++ b/benchmarks/siege/files/patch-src::sock.c @@ -0,0 +1,12 @@ +--- src/sock.c.ORIG Sun Aug 29 13:39:37 2004 ++++ src/sock.c Sun Aug 29 13:38:01 2004 +@@ -132,7 +132,7 @@ + if((gethostbyname_r( hn, &hent, hbf, sizeof(hbf), &hp, &herrno ) < 0)){ + hp = NULL; + } +-#elif defined(sun) ++#elif defined(sun) || defined(__FreeBSD__) + # ifdef HAVE_GETIPNODEBYNAME + hp = getipnodebyname( hn, AF_INET, 0, &herrno ); + # else /* default use gethostbyname_r*/ + |