svn commit: trunk/busybox/networking/udhcp

Denis Vlasenko vda.linux at googlemail.com
Wed Mar 14 23:52:55 UTC 2007


Hi,

On Wednesday 14 March 2007 23:45, Bernhard Fischer wrote:
> On Wed, Mar 14, 2007 at 02:54:43PM -0700, vda at busybox.net wrote:
> >Author: vda
> >Date: 2007-03-14 14:54:42 -0700 (Wed, 14 Mar 2007)
> >New Revision: 18106
> >
> >Log:
> >udhcp: use fdprintf for pidfile creation (smaller code)
> 
> ehh. fdprintf is non-standard crappy cruft, and dprintf is ambiguous.

Printing to file descriptor is a nice size saving measure
(no need to create temp buffers or fdopen a FILE*).

Will you became happier with it if we will rename it to
bb_fdprintf?
--
vda



More information about the busybox mailing list