Update www/apache22 to version 2.2.29_2
[dports.git] / www / apache22 / files / patch-include__httpd.h
1 --- include/httpd.h.orig        2014-08-21 17:33:48 UTC
2 +++ include/httpd.h
3 @@ -1905,12 +1905,6 @@
4                                      const char *cmd,
5                                      const char * const *argv);
6  
7 -/** strtoul does not exist on sunos4. */
8 -#ifdef strtoul
9 -#undef strtoul
10 -#endif
11 -#define strtoul strtoul_is_not_a_portable_function_use_strtol_instead
12 -
13    /* The C library has functions that allow const to be silently dropped ...
14       these macros detect the drop in maintainer mode, but use the native
15       methods for normal builds