From owner-cvs-all Fri Jan 29 03:31:48 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03193 for cvs-all-outgoing; Fri, 29 Jan 1999 03:31:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 DAA03188; Fri, 29 Jan 1999 03:31:47 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA50884; Fri, 29 Jan 1999 03:31:47 -0800 (PST) (envelope-from bde@FreeBSD.org) Date: Fri, 29 Jan 1999 03:31:47 -0800 (PST) Message-Id: <199901291131.DAA50884@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/29 03:31:46 PST Modified files: sys/pci if_de.c Log: Removed a bogus cast to v_caddr_t. This is part of terminating v_caddr_t with extreme prejudice. Here the bogons were originally the same as for c_caddr_t (half-baked K&R support), but rev.1.95 changed one wrong cast and one harmless cast to 2 wrong casts, and rev.1.96 only fixed the originally wrong cast. Revision Changes Path 1.98 +2 -2 src/sys/pci/if_de.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message