ls: handle -p and -F through option_mask32
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jan 2017 18:56:13 +0000 (19:56 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jan 2017 18:56:13 +0000 (19:56 +0100)
commit96d9c5bdbd5829decd478231846baaad8dd55426
treebbd0196560bde5a2eec28ab61831cb0b4f543fd0
parent51b01fda30418e4114a63be3db8ab0135dea12fc
ls: handle -p and -F through option_mask32

function                                             old     new   delta
display_single                                      1039    1044      +5
append_char                                           67      68      +1
display_files                                        399     396      -3
scan_and_display_dirs_recur                          545     541      -4
ls_main                                              736     722     -14
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/3 up/down: 6/-21)             Total: -15 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/ls.c