It seems _http_growbuf() should return int at the end of function?

Index: http.c
===================================================================
RCS file: /home/ncvs/src/lib/libfetch/http.c,v
retrieving revision 1.61
diff -u -r1.61 http.c
--- http.c      3 Oct 2002 10:42:19 -0000       1.61
+++ http.c      27 Oct 2002 06:07:54 -0000
@@ -179,6 +179,7 @@
                return (-1);
        io->buf = tmp;
        io->bufsize = len;
+       return (0);
 }
 
 /*


-- 
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
             <[EMAIL PROTECTED]> // FreeBSD Project

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to