Date: Fri, 23 Jul 1999 08:49:14 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c Message-ID: <199907231549.IAA71557@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907231549.IAA71557>