kernel/kprintf: Implement the space flag, as in '% 7ld'.
commit65b983ff368f34321dae0156fef7d798eb041984
authorSascha Wildner <saw@online.de>
Sat, 2 May 2015 09:31:15 +0000 (2 11:31 +0200)
committerSascha Wildner <saw@online.de>
Sun, 19 Jul 2015 11:48:19 +0000 (19 13:48 +0200)
tree154b3240c379fd8cc0b7cba8f05e2e6d2513ebac
parent5ea2ce2924c1488296fda9d8d7a52ca4bae9cc65
kernel/kprintf: Implement the space flag, as in '% 7ld'.

The ACPICA debugger needs it for the 'Info Misc' command.
sys/kern/subr_prf.c