From owner-cvs-all Sat Jul 24 5:36:18 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 BD36E14D4D; Sat, 24 Jul 1999 05:36:10 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA41502; Sat, 24 Jul 1999 05:35:52 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199907241235.FAA41502@freefall.freebsd.org> From: Sheldon Hearn Date: Sat, 24 Jul 1999 05:35:51 -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 sheldonh 1999/07/24 05:35:51 PDT Modified files: usr.sbin/inetd builtins.c Log: Style nits: * Bring memory allocation failure handling in line with that of the rest of the code. * Nestle block curlies between case statements correctly. I've left the in-block declarations alone, since style(9) says we should conform to the existing style within the code, and inetd already does this. I've left the asprintf()'s in there because that's how Brian wants it. Revision Changes Path 1.8 +8 -5 src/usr.sbin/inetd/builtins.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message