From owner-cvs-all Fri Jul 23 8:50:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CEE014FBA; Fri, 23 Jul 1999 08:50:08 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA71557; Fri, 23 Jul 1999 08:49:15 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199907231549.IAA71557@freefall.freebsd.org> From: Brian Feldman Date: Fri, 23 Jul 1999 08:49:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/07/23 08:49:14 PDT Modified files: usr.sbin/inetd builtins.c Log: Ahem. Put things back a bit. I declare variables in the scope they're used! I don't declare every variable at the top of a function because that wastes stack space. I've clarified the error a bit (for if asprintf() filas.) Revision Changes Path 1.7 +13 -9 src/usr.sbin/inetd/builtins.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message