svn commit: trunk/busybox/networking/udhcp

Bernhard Fischer rep.dot.nop at gmail.com
Wed Mar 14 15:45:03 PDT 2007


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.

Please don't add new users without adding at least a bloaty fallback for
whine $(grep fdprintf TODO)

thanks,

networking/nc.c:                                fdprintf(2, "%d\n", ntohs(lport));
for one is just stupid... *stupid* <em>STOOOPID</em> yeah.. right.
same for crond(1,..

PS: ugh. Seeing xfuncs::fdprintf oh well, drats


More information about the busybox mailing list