Use an ANSI-style definition for slstart()

in accord with the rest of the file.
This commit is contained in:
Yaroslav Tykhiy 2004-08-30 04:48:52 +00:00
parent ecfb8f3f7b
commit b9803f29dd

View file

@ -580,8 +580,7 @@ sloutput(struct ifnet *ifp, register struct mbuf *m, struct sockaddr *dst,
}
static void
slstart(ifp)
struct ifnet *ifp;
slstart(struct ifnet *ifp)
{
struct sl_softc *sc = ifp->if_softc;
int s;