From 292d7c42edf2f237c8f56a3176e8a1f43b84e8cd Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 2 Apr 2011 10:21:58 +0000 Subject: [PATCH] Do not increment a bool var - from Henning Petersen, PR port-vax/44816. --- sys/arch/vax/vax/sbi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/vax/vax/sbi.c b/sys/arch/vax/vax/sbi.c index d2452c4b782f..3621dac2322b 100644 --- a/sys/arch/vax/vax/sbi.c +++ b/sys/arch/vax/vax/sbi.c @@ -1,4 +1,4 @@ -/* $NetBSD: sbi.c,v 1.36 2010/12/14 23:44:49 matt Exp $ */ +/* $NetBSD: sbi.c,v 1.37 2011/04/02 10:21:58 martin Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: sbi.c,v 1.36 2010/12/14 23:44:49 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sbi.c,v 1.37 2011/04/02 10:21:58 martin Exp $"); #include #include @@ -76,7 +76,7 @@ sbi_print(void *aux, const char *name) case NEX_CI: aprint_naive("ci at %s", name); aprint_normal("ci at %s", name); - unsupp++; + unsupp = true; break; default: aprint_naive("unknown device 0x%x at %s",