Date: Sun, 20 Apr 1997 11:02:43 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/matcd matcd.c Message-ID: <199704201802.LAA03342@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704201802.LAA03342>