typo in cfattach.

This commit is contained in:
jonathan 1997-04-09 02:10:48 +00:00
parent f03e47e58a
commit 5725025bdc
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le_isapnp.c,v 1.3 1997/03/31 20:52:13 thorpej Exp $ */
/* $NetBSD: if_le_isapnp.c,v 1.4 1997/04/09 02:10:48 jonathan Exp $ */
/*
* Copyright (c) 1997 Jonathan Stone <jonathan@NetBSD.org> and
@ -93,7 +93,7 @@ int le_isapnp_match __P((struct device *, struct cfdata *, void *));
#endif
void le_isapnp_attach __P((struct device *, struct device *, void *));
struct cfattach ep_isapnp_ca = {
struct cfattach le_isapnp_ca = {
sizeof(struct le_softc), le_isapnp_match, le_isapnp_attach
};