From 30636ef7d5a07b71c6998807c09b6687bc8eb5b8 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Wed, 13 Sep 2006 06:47:28 +0000 Subject: [PATCH] Resolve conflict (extern struct devsw devsw[] vs. static struct devsw devsw[]). --- sys/arch/shark/stand/ofwboot/ofdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/shark/stand/ofwboot/ofdev.c b/sys/arch/shark/stand/ofwboot/ofdev.c index 1679879c69e6..5c7511b9e68a 100644 --- a/sys/arch/shark/stand/ofwboot/ofdev.c +++ b/sys/arch/shark/stand/ofwboot/ofdev.c @@ -1,4 +1,4 @@ -/* $NetBSD: ofdev.c,v 1.7 2005/12/11 12:19:05 christos Exp $ */ +/* $NetBSD: ofdev.c,v 1.8 2006/09/13 06:47:28 uebayasi Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -144,7 +144,7 @@ devclose(struct open_file *of) static char ofw[] = "OpenFirmware"; -static struct devsw devsw[1] = { +struct devsw devsw[1] = { { ofw, strategy,