On 08/17/2016 01:22 AM, yla...@apache.org wrote:
> Author: ylavic
> Date: Tue Aug 16 23:22:39 2016
> New Revision: 1756561
> 
> URL: http://svn.apache.org/viewvc?rev=1756561&view=rev
> Log:
> Merge r1748047 from trunk:
> 
> mod_dav: Add dav_begin_multistatus, dav_send_one_response,
> dav_finish_multistatus, dav_send_multistatus, dav_handle_err, 
> dav_failed_proppatch, dav_success_proppatch to mod_dav.h.
> 
> Submitted by: minfrin
> Reviewed by: minfrin, jim, ylavic
> 
> Modified:
>     httpd/httpd/branches/2.4.x/   (props changed)
>     httpd/httpd/branches/2.4.x/CHANGES
>     httpd/httpd/branches/2.4.x/STATUS
>     httpd/httpd/branches/2.4.x/include/ap_mmn.h
>     httpd/httpd/branches/2.4.x/modules/dav/main/mod_dav.c
>     httpd/httpd/branches/2.4.x/modules/dav/main/mod_dav.h
> 

> Modified: httpd/httpd/branches/2.4.x/modules/dav/main/mod_dav.h
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/dav/main/mod_dav.h?rev=1756561&r1=1756560&r2=1756561&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/modules/dav/main/mod_dav.h (original)
> +++ httpd/httpd/branches/2.4.x/modules/dav/main/mod_dav.h Tue Aug 16 23:22:39 
> 2016
> @@ -185,6 +185,23 @@ DAV_DECLARE(dav_error*) dav_push_error(a
>  */
>  DAV_DECLARE(dav_error*) dav_join_error(dav_error* dest, dav_error* src);
>  
> +typedef struct dav_response dav_response;

This causes 2.4 fail to compile because r1748155 is missing from the backport.

Regards

RĂ¼diger

Reply via email to