diff options
Diffstat (limited to 'sys/net/if_pppvar.h')
-rw-r--r-- | sys/net/if_pppvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_pppvar.h b/sys/net/if_pppvar.h index 77456f7782a0..cc718469029f 100644 --- a/sys/net/if_pppvar.h +++ b/sys/net/if_pppvar.h @@ -103,7 +103,7 @@ extern struct ppp_softc ppp_softc[]; struct ppp_softc *pppalloc __P((pid_t pid)); void pppdealloc __P((struct ppp_softc *sc)); int pppioctl __P((struct ppp_softc *sc, u_long cmd, caddr_t data, - int flag, struct proc *p)); + int flag, struct thread *td)); int pppoutput __P((struct ifnet *ifp, struct mbuf *m0, struct sockaddr *dst, struct rtentry *rtp)); void ppp_restart __P((struct ppp_softc *sc)); |