From owner-cvs-src@FreeBSD.ORG Thu May 5 22:33:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9DE16A4CE; Thu, 5 May 2005 22:33:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 552B643D76; Thu, 5 May 2005 22:33:06 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j45MX6FO092102; Thu, 5 May 2005 22:33:06 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j45MX650092101; Thu, 5 May 2005 22:33:06 GMT (envelope-from wpaul) Message-Id: <200505052233.j45MX650092101@repoman.freebsd.org> From: Bill Paul Date: Thu, 5 May 2005 22:33:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 22:33:06 -0000 wpaul 2005-05-05 22:33:06 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Cast 64 bit quantity to uintmax_t to print it with %jx. This is technically a no-op since uintmax_t is uint64_t on all currently supported architectures, but we should use an explicit cast instead of depending on this obscure coincidence. Revision Changes Path 1.89 +1 -1 src/sys/compat/ndis/subr_ndis.c