From owner-cvs-sys Sun Apr 20 11:02:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA03351 for cvs-sys-outgoing; Sun, 20 Apr 1997 11:02:45 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA03342; Sun, 20 Apr 1997 11:02:43 -0700 (PDT) Date: Sun, 20 Apr 1997 11:02:43 -0700 (PDT) From: Bruce Evans Message-Id: <199704201802.LAA03342@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/matcd matcd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/20 11:02:43 Modified: sys/i386/isa/matcd matcd.c Log: Fixed the type of a timeout function and removed casts that hid the type mismatches. There was no problem in practice (at least on 386's). The timeout args still get bogusly cast from int to `void *' via caddr_t and back to int. Revision Changes Path 1.25 +7 -2 src/sys/i386/isa/matcd/matcd.c