]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed the formatting of some tables (mainly the one produced by ps
authorbde <bde@FreeBSD.org>
Mon, 10 Aug 1998 14:27:34 +0000 (14:27 +0000)
committerbde <bde@FreeBSD.org>
Mon, 10 Aug 1998 14:27:34 +0000 (14:27 +0000)
commit5f83b9b480944421611a7688dc43b090b48d6951
tree6913131568125ddbb5166c46f3d52902607605c6
parent0e700d0611e1dc6fa1f19261cb75ac18878dd2b8
Fixed the formatting of some tables (mainly the one produced by ps
in ddb) which I broke by changing %8[l]x to %8p.  Hacked the central
printf routine to not add an "0x" prefix for %p formats if the field
width is nonzero.  The tables are still horribly misformatted on
64-bit machines.

Use %p instead of %8p to print pointers when the field width isn't
important.
sys/dev/ie/if_ie.c
sys/i386/isa/if_ie.c
sys/kern/kern_lkm.c
sys/kern/subr_prf.c
sys/pci/ncr.c