Additional fixes to complete the NetBSD/1.1B config changes:

add missing structure name in the definition of `struct cfattach sfb_ca'.
This commit is contained in:
jonathan 1996-03-17 22:02:59 +00:00
parent 4d4d2d999a
commit cdf4e87e7a

View File

@ -1,4 +1,4 @@
/* $NetBSD: sfb.c,v 1.9 1996/03/17 01:46:48 thorpej Exp $ */
/* $NetBSD: sfb.c,v 1.10 1996/03/17 22:02:59 jonathan Exp $ */
/*-
* Copyright (c) 1992, 1993
@ -126,7 +126,7 @@ static u_char cmap_bits [CMAP_BITS]; /* colormap for console... */
int sfbmatch __P((struct device *, void *, void *));
void sfbattach __P((struct device *, struct device *, void *));
struct sfb_ca = {
struct cfattach sfb_ca = {
sizeof(struct device), sfbmatch, sfbattach
};