From: Brian Havard Date: Sat, 7 Apr 2001 15:31:55 +0000 (+0000) Subject: ap_os_systemcase_filename isn't implemented on OS/2 & isn't used anywhere X-Git-Tag: 2.0.17~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f728e216c06bbb74b4df353441a9ffb433b53163;p=apache 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 --- 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