From owner-cvs-sys Sun Apr 20 08:25:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA26245 for cvs-sys-outgoing; Sun, 20 Apr 1997 08:25:37 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA26238; Sun, 20 Apr 1997 08:25:35 -0700 (PDT) Date: Sun, 20 Apr 1997 08:25:35 -0700 (PDT) From: Bruce Evans Message-Id: <199704201525.IAA26238@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_cx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/20 08:25:35 Modified: sys/i386/isa if_cx.c Log: Fixed inconsistent extern declaration of a timeout function and removed a cast that helped hide the problem. There was no problem in practice (at least on 386's). Revision Changes Path 1.18 +2 -2 src/sys/i386/isa/if_cx.c