Resolve conflict (extern struct devsw devsw[] vs. static struct devsw devsw[]).

This commit is contained in:
uebayasi 2006-09-13 06:47:28 +00:00
parent 490f9510c6
commit 30636ef7d5
1 changed files with 2 additions and 2 deletions

View File

@ -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,