change char *string = "foo" -> char string[] = "foo"
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 19 Sep 2006 09:55:09 +0000 (09:55 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 19 Sep 2006 09:55:09 +0000 (09:55 -0000)
commit0b5fd45ef71fd24bf4a0c82820543bb66a5faba1
tree4995ecb1539acf19c0dd8bb4eccfde875a961ce3
parent9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e
change char *string = "foo"  -> char string[] = "foo"
function                                             old     new   delta
xsetenv                                               45      44      -1
iproute_list_or_flush                               1834    1833      -1
ipaddr_modify                                       1915    1914      -1
ipaddr_list_or_flush                                1861    1860      -1
invarg                                                39      38      -1
do_set                                              1259    1258      -1
bb_verror_msg                                        268     267      -1
create_icmp_socket                                   142     140      -2
create_icmp6_socket                                  142     140      -2
bb_full_fd_action                                    324     322      -2
bb_path_mtab_file                                     10       -     -10
.rodata                                           214796  214720     -76
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 0/11 up/down: 0/-99)            Total: -99 bytes
include/libbb.h
libbb/messages.c
libbb/mtab_file.c