OSDN Git Service

*: introduce and use bb_unsetenv_and_free
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 24 Jun 2010 03:00:50 +0000 (05:00 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 24 Jun 2010 03:00:50 +0000 (05:00 +0200)
commitdd8adde3866ac22bd510348b733bb29e1662ac6d
tree2408903bb476f50821ed5edbe5b13abafe4a5439
parentda75f4484469ca0122b80de69bf3b75a6be71efc
*: introduce and use bb_unsetenv_and_free

function                                             old     new   delta
bb_unsetenv_and_free                                   -      17     +17
tcpudpsvd_main                                      1819    1810      -9
safe_setenv                                           58      47     -11
udhcp_run_script                                     630     616     -14
make_device                                         1683    1663     -20
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/4 up/down: 17/-54)            Total: -37 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
libbb/xfuncs_printf.c
miscutils/crond.c
networking/tcpudp.c
networking/udhcp/dhcpc.c
util-linux/mdev.c