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>
mask_size_in_bytes = SZOF_UL;
mask = NULL;
- current_new = "current\0new";
+ current_new = "current";
print_aff:
mask = get_aff(pid, &mask_size_in_bytes);
if (opt_p) {
return EXIT_SUCCESS;
}
*argv = NULL;
- current_new += 8; /* "new" */
+ current_new = "new";
}
memset(mask, 0, mask_size_in_bytes);