Created attachment 30406 [details] Allow use of strtoul On behalf of a user spotting this on Debian, I'm forwarding you bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711534. httpd.h defines in httpd.h /** strtoul does not exist on sunos4. */ #ifdef strtoul #undef strtoul #endif #define strtoul strtoul_is_not_a_portable_function_use_strtol_instead I'm sure that's true for sunos4, but I don't see any harm to let third parties use strtoul if they wanted to. The statement is exaggerating as well. strtoul is defined in POSIX-2001, BSD's stdlib.h, and many more - with the exception of sunos4 for sure, but that's obsolete for a decade at least. That said, I have no strong opinion on it. Feel free to keep it, if you feel like, but I doubt this outweighs breaking any semi-recent C standard.
trunk commit: r1491155 proposed for 2.4
in 2.4.6 release (r1494121)