From owner-cvs-sys Fri Nov 17 20:20:06 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA17847 for cvs-sys-outgoing; Fri, 17 Nov 1995 20:20:06 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA17764 ; Fri, 17 Nov 1995 20:19:48 -0800 Date: Fri, 17 Nov 1995 20:19:48 -0800 From: Bruce Evans Message-Id: <199511180419.UAA17764@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/gnu/i386/isa nic3008.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/11/17 20:19:47 Modified: sys/gnu/i386/isa nic3008.c Log: Fixed the type of nic_listen(). A trailing arg was missing. Fixed calls to s_intr(). There was sometimes an extra trailing arg.