diff --git a/sys/arch/vax/vax/ctu.c b/sys/arch/vax/vax/ctu.c index b5ee76435020..893e584d33c4 100644 --- a/sys/arch/vax/vax/ctu.c +++ b/sys/arch/vax/vax/ctu.c @@ -1,4 +1,4 @@ -/* $NetBSD: ctu.c,v 1.19 2003/07/15 02:15:03 lukem Exp $ */ +/* $NetBSD: ctu.c,v 1.20 2003/11/06 00:30:13 he Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -40,7 +40,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ctu.c,v 1.19 2003/07/15 02:15:03 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ctu.c,v 1.20 2003/11/06 00:30:13 he Exp $"); #include #include @@ -267,7 +267,7 @@ cturintr(void *arg) int status = mfpr(PR_CSRD); struct buf *bp; int i, c, tck; - unsigned short ck; + unsigned short ck = 0; bp = BUFQ_PEEK(&tu_sc.sc_bufq); switch (tu_sc.sc_state) {