]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0
authorBruce Evans <bde@FreeBSD.org>
Thu, 11 Jul 2002 17:28:29 +0000 (17:28 +0000)
committerBruce Evans <bde@FreeBSD.org>
Thu, 11 Jul 2002 17:28:29 +0000 (17:28 +0000)
commitc1f903a03124641cf639e2ff55e70fbf126abf78
treef143724454b6eb778152ed90d2b5c3c137d71ec7
parent69b9f14163c04eddf322cdd3374ac90b3cc8c0e8
Fixed a printf format error that was fatal on alphas.  Adding WFORMAT=0
to the Makefile didn't affect this bug because WFORMAT only controls
higher- level format checking (not the -Wformat that is implicit in
-Wall).

Fixed a nearby printf format error that was benign and 3 nearby style bugs.
bin/ps/print.c