Re: svn commit: r1729901 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/http_core.h include/httpd.h server/core.c

2016-02-11 Thread Rainer Jung
I fixed two minor compilation failures, but one type of failure remains: .../server/core.c: In function 'ap_get_remote_host': .../server/core.c:959:17: error: cannot take address of bit-field 'double_reverse' do_double_reverse(>double_reverse, conn->remote_host,

Re: svn commit: r1729901 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/http_core.h include/httpd.h server/core.c

2016-02-11 Thread William A Rowe Jr
I was just about to do the same, but revert and recommit just to simplify the (anticipated) later backport. The bitfield is a bugger. Apparently my make clean; make wasn't building the source tree I thought it was, sigh... Bill On Thu, Feb 11, 2016 at 6:20 PM, Rainer Jung

Re: svn commit: r1729901 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/http_core.h include/httpd.h server/core.c

2016-02-11 Thread William A Rowe Jr
On Thu, Feb 11, 2016 at 6:20 PM, Rainer Jung wrote: > one type of failure remains: > > .../server/core.c: In function 'ap_get_remote_host': > .../server/core.c:959:17: error: cannot take address of bit-field > 'double_reverse' >