DragonFly commits List (threaded) for 2013-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Remove %D conversion from kprintf(9) and the GCCs.
commit e9223b639381b85fdb93137e20f0a3acdfe6d8f7
Author: Sascha Wildner <saw@online.de>
Date: Fri Dec 21 21:20:04 2012 +0100
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
Summary of changes:
contrib/gcc-4.4/gcc/c-format.c | 12 ------------
contrib/gcc-4.7/gcc/c-family/c-format.c | 12 ------------
lib/libstand/libstand.3 | 23 +----------------------
lib/libstand/printf.c | 18 ------------------
share/man/man9/kprintf.9 | 21 ++-------------------
sys/kern/subr_prf.c | 15 ---------------
6 files changed, 3 insertions(+), 98 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e9223b639381b85fdb93137e20f0a3acdfe6d8f7
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]