From owner-cvs-sys Sat Dec 27 21:10:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA17789 for cvs-sys-outgoing; Sat, 27 Dec 1997 21:10:02 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA17547; Sat, 27 Dec 1997 21:07:48 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA28986; Sat, 27 Dec 1997 21:03:36 -0800 (PST) Date: Sat, 27 Dec 1997 21:03:36 -0800 (PST) Message-Id: <199712280503.VAA28986@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_prf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/12/27 21:03:36 PST Modified files: sys/kern subr_prf.c Log: Handle "%...p" as "%#...x" instead of "0x%...x". This is a quick fix for field widths being 2 larger than specified for "%p". Only printing of null pointers is "wrong" now (it is actually "right", but inconsistent with printf(3)). Revision Changes Path 1.44 +2 -3 src/sys/kern/subr_prf.c