OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: [PATCH] hostname(1)

From: Claudio Jeker (cjekerdiehard.n-r-g.com)
Date: Wed Aug 06 2008 - 11:22:12 CDT


On Wed, Aug 06, 2008 at 11:16:23AM -0400, Seth Jackson wrote:
> - Don't cast fprintf() to void
> - Declare __progname locally
> - Don't cast printf() to void
> - Use return (0), instead of exit(0)
>

These are all unneccesary changes and do not help at all. Actually
removing the cast from printf() and fprintf() will cause lint errors to
show up.

I see absolutly no need to apply any of the diffs you have sent.
--
:wq Claudio