Commit 27013129 authored by dgaudet's avatar dgaudet
Browse files

Insert APLOG_NOERRNO where appropriate.

Remove needless errstr buffers, can just pass it all to aplog_errno.

Add __attribute__((format(printf,5,6))) to aplog_error so that we get
useful -Wall warnings about bad printf lists to aplog_error.

#define __attribute__(__x)  to be nothing on non-__GNUC__ compilers.

Clean up use of TRANS in http_log.[ch].


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79340 13f79535-47bb-0310-9956-ffa450edef68
parent 16f49726
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment