Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 1998 17:43:34 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-committers@FreeBSD.ORG, phk@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c
Message-ID:  <199806270743.RAA02912@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806270743.RAA02912>