Remove %D conversion from kprintf(9) and the GCCs.
authorSascha Wildner <saw@online.de>
Fri, 21 Dec 2012 20:20:04 +0000 (21:20 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Tue, 15 Jan 2013 22:51:38 +0000 (23:51 +0100)
commite9223b639381b85fdb93137e20f0a3acdfe6d8f7
tree10ab830a09152cb96c84f06cca7605715493567a
parentf69e505f3f0943be74ec416e13d3be212cf13728
Remove %D conversion from kprintf(9) and the GCCs.

It has been removed also from libstand's printf.

While useful, these non-standard conversions have the downside that
each compiler needs adjusting to support proper printf format warnings
for them.

We have now a kether_ntoa() function to serve the purpose of %D
contrib/gcc-4.4/gcc/c-format.c
contrib/gcc-4.7/gcc/c-family/c-format.c
lib/libstand/libstand.3
lib/libstand/printf.c
share/man/man9/kprintf.9
sys/kern/subr_prf.c