From owner-cvs-sys Mon Aug 25 15:35:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA16714 for cvs-sys-outgoing; Mon, 25 Aug 1997 15:35:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA16674; Mon, 25 Aug 1997 15:35:09 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA01190; Mon, 25 Aug 1997 15:34:27 -0700 (PDT) Date: Mon, 25 Aug 1997 15:34:27 -0700 (PDT) Message-Id: <199708252234.PAA01190@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_wl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/08/25 15:34:27 PDT Modified files: sys/i386/isa if_wl.c Log: Fixed type mismatch for a (low quality interface) function with an arg of type u_short (just write the function in ANSI C like most other functions in this file instead of fixing the interface or depending on a gcc feature). Revision Changes Path 1.8 +2 -5 src/sys/i386/isa/if_wl.c