Jeff Trawick <[EMAIL PROTECTED]> writes: > apr_general.h defines bzero() if APR doesn't think we have bzero(). > This causes a problem on a SVR4 (see thread "re: APACHE20 problem with > string.h and strings.h" on new-httpd for details). > > No code in APR uses bzero() and only two places in Apache use > bzero(). I'd prefer to get rid of our macro which defines bzero(), > and of course change the Apache code to use memset() instead. We > assume the existence of memset() in multiple places. > > Any disagreements before I commit?
That seems like a fine idea.
