From 90276b46312cc62f0ba6cb53d5aed4ab8f0dea54 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 26 Sep 1996 06:19:03 +0000 Subject: [PATCH] prototypes always (remove __P) --- ultrix/if_pppvar.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/ultrix/if_pppvar.h b/ultrix/if_pppvar.h index 25b1454..a894e4b 100644 --- a/ultrix/if_pppvar.h +++ b/ultrix/if_pppvar.h @@ -1,4 +1,4 @@ -/* $Id: if_pppvar.h,v 1.4 1996/07/01 01:24:26 paulus Exp $ */ +/* $Id: if_pppvar.h,v 1.5 1996/09/26 06:19:03 paulus Exp $ */ /* * if_pppvar.h - private structures and declarations for PPP. * @@ -95,10 +95,9 @@ struct ppp_softc { struct ppp_softc ppp_softc[NPPP]; -struct ppp_softc *pppalloc __P((pid_t pid)); -void pppdealloc __P((struct ppp_softc *sc)); -int pppioctl __P((struct ppp_softc *sc, int cmd, caddr_t data, - int flag, struct proc *p)); -void ppp_restart __P((struct ppp_softc *sc)); -void ppppktin __P((struct ppp_softc *sc, struct mbuf *m, int lost)); -struct mbuf *ppp_dequeue __P((struct ppp_softc *sc)); +struct ppp_softc *pppalloc(pid_t pid); +void pppdealloc(struct ppp_softc *sc); +int pppioctl(struct ppp_softc *sc, int cmd, caddr_t data, int flag); +void ppp_restart(struct ppp_softc *sc); +void ppppktin(struct ppp_softc *sc, struct mbuf *m, int lost); +struct mbuf *ppp_dequeue(struct ppp_softc *sc); -- 2.39.2