]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Eliminate a warning.
authorManoj Kasichainula <manoj@apache.org>
Tue, 12 Oct 1999 20:38:58 +0000 (20:38 +0000)
committerManoj Kasichainula <manoj@apache.org>
Tue, 12 Oct 1999 20:38:58 +0000 (20:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83980 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index c20e9f37fa808e7f5fe4b02c1b78c86a9b6b05c5..d462568cc242fccb47fc55a5813133f0cd5b38f6 100644 (file)
@@ -2008,7 +2008,7 @@ API_EXPORT(long) ap_send_fd_length(ap_file_t *fd, request_rec *r, long length)
 {
     char buf[IOBUFSIZE];
     long total_bytes_sent = 0;
-    register w, o;
+    register int w, o;
     int n;
     ap_status_t status;