]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use devtoname to print dev_t's instead of casting them to u_long for
authorbde <bde@FreeBSD.org>
Mon, 23 Aug 1999 23:55:03 +0000 (23:55 +0000)
committerbde <bde@FreeBSD.org>
Mon, 23 Aug 1999 23:55:03 +0000 (23:55 +0000)
commitaff861d5446aa35f483feef4912c196a9926091d
treec27c5402957b518a7f9326da2ee3560e44272152
parentb4a4e95f039ea56c8936e63acac099368a5a7e5a
Use devtoname to print dev_t's instead of casting them to u_long for
misprinting with %lx.

Cast pointers to intptr_t instead of casting them to long.  Cosmetic.
sys/vm/swap_pager.c