libbb: remove is_directory's argument which is always NULL
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 18 Dec 2011 02:27:46 +0000 (03:27 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 18 Dec 2011 02:27:46 +0000 (03:27 +0100)
commitf282c6b65775d3dff03de6fd3585722a1638f734
treececec1cf12d3c7c26a23ac5f3e073284e7465af2
parentf85bd1a7a7e712c4dd2dfd86daa9ab01a708b7b4
libbb: remove is_directory's argument which is always NULL

function                                             old     new   delta
send_cgi_and_exit                                    892     890      -2
ln_main                                              447     445      -2
handle_incoming_and_exit                            2784    2780      -4
is_directory                                          66      59      -7
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/6 up/down: 2/-19)             Total: -15 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/ln.c
include/libbb.h
libbb/isdirectory.c
networking/httpd.c