From 1ce418a67d9371da99cfa593bce7cb97b0115eef Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 6 May 1999 22:18:21 +0000 Subject: [PATCH] ahatimeout is static.. --- sys/dev/aha/aha.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index f0456db7ad8d..465a34c9ec82 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -55,7 +55,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aha.c,v 1.21 1999/04/11 02:55:50 eivind Exp $ + * $Id: aha.c,v 1.22 1999/05/06 20:16:14 ken Exp $ */ #include "pnp.h" @@ -176,7 +176,7 @@ static void ahaaction(struct cam_sim *sim, union ccb *ccb); static void ahapoll(struct cam_sim *sim); /* Our timeout handler */ -timeout_t ahatimeout; +static timeout_t ahatimeout; u_long aha_unit = 0;