inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov)
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 30 Oct 2007 19:54:39 +0000 (19:54 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 30 Oct 2007 19:54:39 +0000 (19:54 -0000)
commit9d1afdb571e0ba3053616d74edc99a68325ef5e9
tree1f65809702a359afc32428dbcd0f1fba505347f0
parent9130340adfcfe28dff626d6306266883c0070e44
inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov)
inetd: code shrink while at it

function                                             old     new   delta
static.SOCK_xxx                                        -       6      +6
getconfigent                                        1222    1123     -99
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 6/-99)             Total: -93 bytes
   text    data     bss     dec     hex filename
 776099     974    9420  786493   c003d busybox_old
 776020     974    9420  786414   bffee busybox_unstripped
networking/inetd.c