From owner-cvs-other Sun Apr 23 19:24:04 1995 Return-Path: cvs-other-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA17576 for cvs-other-outgoing; Sun, 23 Apr 1995 19:24:04 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA17496 ; Sun, 23 Apr 1995 19:22:16 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id TAA00321; Sun, 23 Apr 1995 19:24:04 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id MAA14928; Mon, 24 Apr 1995 12:19:45 +1000 Date: Mon, 24 Apr 1995 12:19:45 +1000 From: Bruce Evans Message-Id: <199504240219.MAA14928@godzilla.zeta.org.au> To: CVS-commiters@time.cdrom.com, cvs-other@time.cdrom.com, jkh@time.cdrom.com Subject: Re: cvs commit: /host/freefall/a/ncvs/src/sys/i386/isa tw.c Sender: cvs-other-owner@freebsd.org Precedence: bulk > Modified: host/freefall/a/ncvs/src/sys/i386/isa tw.c > Log: > I noticed that some new -W options had been turned on the kernel compile since > I made the changes I sent you before. In the interests of cleanliness, I made > modifications to /sys/i386/isa/tw.c to kill the warnings and make it compile > clean. While I was at it, I also made a bunch of internal functions static. > Submitted by: Gene Stark The driver isn't in LINT or I would have cleaned it up earlier. Bruce