]> granicus.if.org Git - apache/commitdiff
Updated patch to fix compile warnings from not including apr_strings.h
authorBill Stoddard <stoddard@apache.org>
Tue, 8 Aug 2000 20:03:52 +0000 (20:03 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 8 Aug 2000 20:03:52 +0000 (20:03 +0000)
Submitted by: Joe Orton <joe@orton.demon.co.uk>
Reviewed by: Bill Stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86029 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/fs/dbm.c
modules/dav/fs/lock.c
modules/dav/fs/repos.c
modules/dav/main/liveprop.c
modules/dav/main/mod_dav.c
modules/dav/main/props.c
modules/dav/main/util.c
modules/dav/main/util_lock.c

index 99755ad21c646f29b099bfcc93ba6536b0410c52..a635d228ba37da2de1ddb7056965a2490abee5f7 100644 (file)
@@ -67,6 +67,7 @@
 ** DAV_FS_STATE_FILE_FOR_DIR (.state_for_dir) for the directory itself.
 */
 
+#include "apr_strings.h"
 #include "sdbm.h"
 
 #include "mod_dav.h"
index 7d2f83c675f02fa4ad1fe230e998fdcf194a7afa..30da097981a0331d9bf9ea3c09b0ff91b134321a 100644 (file)
@@ -59,6 +59,7 @@
 #include "httpd.h"
 #include "http_log.h"
 #include "apr_file_io.h"
+#include "apr_strings.h"
 
 #include "mod_dav.h"
 #include "dav_opaquelock.h"
index ff912190f9376b3f84c0bd9e0c324dd6d271a101..186309508d6feb49c6e408939c0a6d044091d4d8 100644 (file)
@@ -56,9 +56,8 @@
 ** DAV filesystem-based repository provider
 */
 
-#include <string.h>
-
 #include "apr_file_io.h"
+#include "apr_strings.h"
 
 #include "httpd.h"
 #include "http_log.h"
index 2db0956d7ebd699c17e5d33e7275a0e6a6566990..2b3d599bda5b88b39982be5f8466bde3b3dd31c5 100644 (file)
@@ -55,6 +55,7 @@
 #include "apr_pools.h"
 #include "apr_hash.h"
 #include "apr_errno.h"
+#include "apr_strings.h"
 
 #include "ap_hooks.h"   /* ### for ap_global_hook_pool */
 #include "util_xml.h"   /* for ap_text_header */
index ab9bc9f8c2d50f2bf84c0b8c83fefe126e3bc8a2..7ff6ba399b1ba7dd01c3f1efad0744fbcdf9635e 100644 (file)
@@ -88,6 +88,7 @@
 #include "http_protocol.h"
 #include "http_request.h"
 #include "util_script.h"
+#include "apr_strings.h"
 
 #include "mod_dav.h"
 
index e2ea30b2c2390268972e15ba61eb7cbe6de86a25..8426f981dcb96a74c443866ea74015b875107967 100644 (file)
 
 #include "http_log.h"
 #include "http_request.h"
+#include "apr_strings.h"
 
 /*
 ** There is some rough support for writeable DAV:getcontenttype and
index 187bfbd78da871bad4c89c3a011387a02b667611..f0049d61fcba44b6acd159b59751bd56fb17734b 100644 (file)
@@ -65,6 +65,7 @@
 #include "http_log.h"
 #include "http_protocol.h"
 
+#include "apr_strings.h"
 
 dav_error *dav_new_error(apr_pool_t *p, int status, int error_id, const char *desc)
 {
index 124541644f89a418a84e2916aec7b9ca434820d1..571e423b30b4b87bfe1d34163cc8e54a53b22fc8 100644 (file)
@@ -61,6 +61,7 @@
 #include "http_config.h"
 #include "http_protocol.h"
 #include "http_core.h"
+#include "apr_strings.h"
 #include "memory.h"