From owner-cvs-all Sat Jun 27 00:43:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01855 for cvs-all-outgoing; Sat, 27 Jun 1998 00:43:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01846; Sat, 27 Jun 1998 00:43:35 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA02912; Sat, 27 Jun 1998 17:43:34 +1000 Date: Sat, 27 Jun 1998 17:43:34 +1000 From: Bruce Evans Message-Id: <199806270743.RAA02912@godzilla.zeta.org.au> To: cvs-committers@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/ufs/ufs ufs_vnops.c > Log: > Make vprint() print dev_t in hex also. Hex in the kernel should usually be printed in %#x format. Never print it in %x format where it was once in %d format. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message