From f728e216c06bbb74b4df353441a9ffb433b53163 Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Sat, 7 Apr 2001 15:31:55 +0000 Subject: [PATCH] ap_os_systemcase_filename isn't implemented on OS/2 & isn't used anywhere anyway. This stops exports.c requiring it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88752 13f79535-47bb-0310-9956-ffa450edef68 --- os/os2/os.h | 1 - 1 file changed, 1 deletion(-) diff --git a/os/os2/os.h b/os/os2/os.h index 90909271ff..1f8f44dce3 100644 --- a/os/os2/os.h +++ b/os/os2/os.h @@ -89,7 +89,6 @@ extern int ap_os_is_path_absolute(const char *file); char *ap_os_canonical_filename(apr_pool_t *p, const char *file); char *ap_os_case_canonical_filename(apr_pool_t *p, const char *szFile); -char *ap_os_systemcase_filename(apr_pool_t *p, const char *szFile); /* OS/2 doesn't have symlinks so S_ISLNK is always false */ #define S_ISLNK(m) 0 -- 2.50.1