Deleted Added
full compact
41c41
< * $Id: if_ep.c,v 1.82 1999/08/18 06:11:58 mdodd Exp $
---
> * $Id: if_ep.c,v 1.83 1999/08/18 22:14:20 mdodd Exp $
115c115
< static void epinit __P((struct ep_softc *));
---
> static void epinit __P((void *));
638a639
> ifp->if_init = epinit;
667,668c668,669
< epinit(sc)
< struct ep_softc *sc;
---
> epinit(xsc)
> void *xsc;
669a671
> struct ep_softc *sc = xsc;