From: jsg Date: Wed, 2 Feb 2022 03:48:48 +0000 (+0000) Subject: unifdef __NetBSD_Version__ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=af895d24f6b87df39c24986f932fba0a0c2fc216;p=openbsd unifdef __NetBSD_Version__ --- diff --git a/sys/dev/pci/pccbb.c b/sys/dev/pci/pccbb.c index 2e9a7eb180c..fc160ded24d 100644 --- a/sys/dev/pci/pccbb.c +++ b/sys/dev/pci/pccbb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccbb.c,v 1.101 2021/03/05 12:40:13 jsg Exp $ */ +/* $OpenBSD: pccbb.c,v 1.102 2022/02/02 03:48:48 jsg Exp $ */ /* $NetBSD: pccbb.c,v 1.96 2004/03/28 09:49:31 nakayama Exp $ */ /* @@ -70,11 +70,9 @@ #include #include -#ifndef __NetBSD_Version__ struct cfdriver cbb_cd = { NULL, "cbb", DV_DULL }; -#endif #if defined CBB_DEBUG #define DPRINTF(x) printf x