Date: Sun, 7 Apr 2002 10:41:33 -0700 (PDT) From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/tinyware/simple_httpd simple_httpd.c Message-ID: <200204071741.g37HfX441316@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asmodai 2002/04/07 10:41:33 PDT Modified files: release/picobsd/tinyware/simple_httpd simple_httpd.c Log: Give functions proper return type, since the default is an integer, where the author obviously meant a void since he doesn't return any values. One caveat, http_request has three return()'s, but doesn't do anything with it. Either the code needs to be rewritten to take care of proper error handling on that point, or the returns ripped out. I made it void for now. Revision Changes Path 1.11 +8 -2 src/release/picobsd/tinyware/simple_httpd/simple_httpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204071741.g37HfX441316>