From owner-cvs-all Mon Aug 23 16:56:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 426EA1547E; Mon, 23 Aug 1999 16:56:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA16200; Mon, 23 Aug 1999 16:55:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199908232355.QAA16200@freefall.freebsd.org> From: Bruce Evans Date: Mon, 23 Aug 1999 16:55:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/08/23 16:55:04 PDT Modified files: sys/vm swap_pager.c Log: 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. Revision Changes Path 1.124 +7 -6 src/sys/vm/swap_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message