mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use an ANSI-style definition for slstart()
in accord with the rest of the file.
This commit is contained in:
parent
ecfb8f3f7b
commit
b9803f29dd
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue