From owner-cvs-sys Tue Jul 25 08:53:21 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA00329 for cvs-sys-outgoing; Tue, 25 Jul 1995 08:53:21 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA00319 ; Tue, 25 Jul 1995 08:53:14 -0700 Date: Tue, 25 Jul 1995 08:53:14 -0700 From: Bruce Evans Message-Id: <199507251553.IAA00319@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa aha1742.c ultra14f.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/07/25 08:53:13 Modified: sys/i386/isa aha1742.c ultra14f.c Log: First step of fixing the remaining sloppy common-style declarations. Declare `cheat' as static. It was bogusly shared between the aha1742 and ultrastor drivers. Even static variables should have unique names so that they can be debugged, but fixing them can wait.