[RFC, PATCH] shrink resolver code a bit
Mike Frysinger
vapier at gentoo.org
Thu Feb 8 11:15:04 PST 2007
On Wednesday 07 February 2007, Bernhard Fischer wrote:
> The attached patch is an untested fallout from looking through resolv.c
looks pretty sane from a quick glance through ... one thing i notice though is
that you do:
#if defined CONFIG && CONFIG
this is redundant ... we only define options if they're going to be used, so
if you're dealing with a uClibc config option, just write:
#ifdef CONFIG
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
Url : http://busybox.net/lists/uclibc/attachments/20070208/81ebc62f/attachment.pgp
More information about the uClibc
mailing list