taskset: separate "current" and "new" strings
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 29 Jan 2017 17:59:38 +0000 (18:59 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 29 Jan 2017 17:59:38 +0000 (18:59 +0100)
commit86663910babe4684fe4ac7cead2fab6f4aa576d7
treefbe1e5972e0d86b6c55b33120458a16a7d237b8a
parentb181ca75528ece1a16f36bd7fdabe6916d9e5aac
taskset: separate "current" and "new" strings

Better for constant sharing:

   text    data     bss     dec     hex filename
 912997     485    6856  920338   e0b12 busybox_old
 912988     485    6856  920329   e0b09 busybox_unstripped

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