summaryrefslogtreecommitdiff
path: root/os/os2
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-11-10 15:29:07 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-11-10 15:29:07 +0000
commitcf28fad4b12c8d3cd571d5f48d074b6c9d768f13 (patch)
treeb2736e0ec16f38fe21f6ed4b8a9d87d0c87b880b /os/os2
parent9b2fa16981f47c244bc0c597ecc56e087a38c3c9 (diff)
downloadhttpd-cf28fad4b12c8d3cd571d5f48d074b6c9d768f13.tar.gz
Killing ap_os_is_filename_valid. Left actual win32 code, since it is
moving into apr and the check_safe_file call. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/os2')
-rw-r--r--os/os2/os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/os2/os.h b/os/os2/os.h
index 9cb02be796..d0b49d7345 100644
--- a/os/os2/os.h
+++ b/os/os2/os.h
@@ -93,8 +93,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);
-/* FIXME: the following should be implemented on this platform */
-#define ap_os_is_filename_valid(f) (1)
/* OS/2 doesn't have symlinks so S_ISLNK is always false */
#define S_ISLNK(m) 0