From owner-cvs-all Thu Nov 7 13:54:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED9337B404; Thu, 7 Nov 2002 13:54:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE23743E75; Thu, 7 Nov 2002 13:54:48 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA7LqpmV055241; Thu, 7 Nov 2002 13:52:51 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA7Lqpe1055240; Thu, 7 Nov 2002 13:52:51 -0800 (PST) Message-Id: <200211072152.gA7Lqpe1055240@repoman.freebsd.org> From: John Baldwin Date: Thu, 7 Nov 2002 13:52:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumdaemon.c vinuminterrupt.c vinumrequest.c vinumrevive.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/07 13:52:51 PST Modified files: sys/dev/vinum vinumdaemon.c vinuminterrupt.c vinumrequest.c vinumrevive.c Log: Explicitly cast daddr_t's to long long's when printing them since daddr_t is not long long on all archs. (They happen to be long's on 64-bit arch's and gcc considers that significant enough to warn about it.) These should probably be uintmax_t but I didn't feel like adding all the extra includes. Revision Changes Path 1.23 +1 -1 src/sys/dev/vinum/vinumdaemon.c 1.39 +6 -6 src/sys/dev/vinum/vinuminterrupt.c 1.62 +4 -4 src/sys/dev/vinum/vinumrequest.c 1.39 +2 -2 src/sys/dev/vinum/vinumrevive.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message