From owner-cvs-all Sun Apr 7 10:41:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D02F737B404; Sun, 7 Apr 2002 10:41:33 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g37HfX441316; Sun, 7 Apr 2002 10:41:33 -0700 (PDT) (envelope-from asmodai) Message-Id: <200204071741.g37HfX441316@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sun, 7 Apr 2002 10:41:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/tinyware/simple_httpd simple_httpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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