Date: Sat, 24 Jul 1999 05:35:51 -0700 (PDT) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c Message-ID: <199907241235.FAA41502@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907241235.FAA41502>
