From 16843a26574237ee58503c7297a473e877ae1a94 Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 22 Apr 2006 23:56:39 +0000 Subject: [PATCH] Make this compile again. We really need an ALL kernel. --- sys/dev/isa/if_ntwoc_isa.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/isa/if_ntwoc_isa.c b/sys/dev/isa/if_ntwoc_isa.c index 664aa1003be6..583d5c410a6d 100644 --- a/sys/dev/isa/if_ntwoc_isa.c +++ b/sys/dev/isa/if_ntwoc_isa.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ntwoc_isa.c,v 1.12 2006/03/29 04:16:50 thorpej Exp $ */ +/* $NetBSD: if_ntwoc_isa.c,v 1.13 2006/04/22 23:56:39 christos Exp $ */ /* * Copyright (c) 1999 Christian E. Hopps * Copyright (c) 1996 John Hay. @@ -29,11 +29,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ntwoc_isa.c,v 1.12 2006/03/29 04:16:50 thorpej Exp $ + * $Id: if_ntwoc_isa.c,v 1.13 2006/04/22 23:56:39 christos Exp $ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_ntwoc_isa.c,v 1.12 2006/03/29 04:16:50 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ntwoc_isa.c,v 1.13 2006/04/22 23:56:39 christos Exp $"); #include #include @@ -101,7 +101,7 @@ CFATTACH_DECL(ntwoc_isa, sizeof(struct ntwoc_isa_softc), /* * Names for daughter card types. These match the NTWOC_DB_* defines. */ -char *ntwoc_db_names[] = { +const char *ntwoc_db_names[] = { "V.35", "Unknown 0x01", "Test", "Unknown 0x03", "RS232", "Unknown 0x05", "RS422", "None" };