From owner-cvs-all Wed Nov 27 20:13:12 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 EA3B337B401; Wed, 27 Nov 2002 20:13:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C8F43EA9; Wed, 27 Nov 2002 20:13:11 -0800 (PST) (envelope-from scottl@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 gAS49TmV031131; Wed, 27 Nov 2002 20:09:29 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAS49TKx031130; Wed, 27 Nov 2002 20:09:29 -0800 (PST) Message-Id: <200211280409.gAS49TKx031130@repoman.freebsd.org> From: Scott Long Date: Wed, 27 Nov 2002 20:09:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic79xx_osm.c aic79xx_osm.h 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 scottl 2002/11/27 20:09:29 PST Modified files: sys/dev/aic7xxx aic79xx_osm.c aic79xx_osm.h Log: Revisit the printf format fixes for alpha. intmax_t doesn't exist in RELENG_4, so cast to u_long in order to stay compatible. Approved by: re (blanket) Revision Changes Path 1.5 +4 -4 src/sys/dev/aic7xxx/aic79xx_osm.c 1.6 +0 -1 src/sys/dev/aic7xxx/aic79xx_osm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message