or may be it should be ap_strchr_c

Index: modules/filters/mod_include.c
===================================================================
RCS file: /home/cvspublic/httpd-2.0/modules/filters/mod_include.c,v
retrieving revision 1.219
diff -u -r1.219 mod_include.c
--- modules/filters/mod_include.c       5 Apr 2002 07:44:14 -0000       1.219
+++ modules/filters/mod_include.c       16 Apr 2002 09:39:20 -0000
@@ -1187,7 +1187,7 @@
          return 0;
  #endif
  #ifdef NETWARE
-    if (strchr(path, ':'))
+    if (ap_strchr(path, ':'))
          return 0;
  #endif
      if (path[0] == '/') {


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to