diff options
author | Ralf S. Engelschall <rse@apache.org> | 1999-08-28 14:22:10 +0200 |
---|---|---|
committer | Ralf S. Engelschall <rse@apache.org> | 1999-08-28 14:22:10 +0200 |
commit | 895541ebc17aa45a80da8dbe54a7abdbbbbd9b21 (patch) | |
tree | 1347912b267cb8bd8bed324901588cdd1ccf7ac5 /modules | |
parent | Enough for one week. (diff) | |
download | apache2-895541ebc17aa45a80da8dbe54a7abdbbbbd9b21.tar.xz apache2-895541ebc17aa45a80da8dbe54a7abdbbbbd9b21.zip |
Make ``configure --with-option=devel'' under
GCC 2.95.1 happy by avoiding various warnings...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83836 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r-- | modules/http/http_protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 618121de4a..43cefb8dbc 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -80,7 +80,7 @@ HOOK_STRUCT( HOOK_LINK(log_transaction) HOOK_LINK(http_method) HOOK_LINK(default_port) -); +) #define SET_BYTES_SENT(r) \ do { if (r->sent_bodyct) \ |