From owner-cvs-all Tue Sep 29 02:15:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15909 for cvs-all-outgoing; Tue, 29 Sep 1998 02:15:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA15863; Tue, 29 Sep 1998 02:15:02 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA19293; Tue, 29 Sep 1998 02:14:54 -0700 (PDT) Date: Tue, 29 Sep 1998 02:14:54 -0700 (PDT) Message-Id: <199809290914.CAA19293@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/29 02:14:53 PDT Modified files: sys/pci ncr.c Log: FIxed printf format errors (an new one that is only detected on systems with pointers smaller than u_longs, and 2 possibly-truncating casts in the same printf). Revision Changes Path 1.136 +6 -6 src/sys/pci/ncr.c