]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove errno from dav_error interface. Calls to dav_new_error()
authorJeff Trawick <trawick@apache.org>
Thu, 19 Nov 2009 20:09:27 +0000 (20:09 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 19 Nov 2009 20:09:27 +0000 (20:09 +0000)
commit540ceccf454d1419376cd788f4e8b2703e3315e8
treecffa99e8ae9ece1b45402f793556f37cc583d62e
parentd854b9d90cd7ee0bf0b718087a31b33b9dbff213
Remove errno from dav_error interface.  Calls to dav_new_error()
and dav_new_error_tag() must be adjusted to add an apr_status_t parameter.

Reviewed by: jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882274 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
modules/dav/fs/dbm.c
modules/dav/fs/lock.c
modules/dav/fs/repos.c
modules/dav/lock/locks.c
modules/dav/main/mod_dav.c
modules/dav/main/mod_dav.h
modules/dav/main/props.c
modules/dav/main/util.c
modules/dav/main/util_lock.c