X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsys-bsd.c;h=709fe99cee831a0bca8591bd99310dd816bd3ced;hp=ffce36acfd1a377b8308a87ed7debd53302171a4;hb=b218c6525807557e67f7985e546681757b45977c;hpb=d9163dc83a0f7c50930cd254e9ff1e709a886548 diff --git a/pppd/sys-bsd.c b/pppd/sys-bsd.c index ffce36a..709fe99 100644 --- a/pppd/sys-bsd.c +++ b/pppd/sys-bsd.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-bsd.c,v 1.5 1994/05/09 02:33:41 paulus Exp $"; +static char rcsid[] = "$Id: sys-bsd.c,v 1.6 1994/05/24 11:27:56 paulus Exp $"; #endif /* @@ -282,6 +282,7 @@ sifvjcomp(u, vjcomp, cidcomp, maxcid) */ int sifup(u) + int u; { struct ifreq ifr; u_int x; @@ -313,6 +314,7 @@ sifup(u) */ int sifdown(u) + int u; { struct ifreq ifr; u_int x; @@ -357,6 +359,8 @@ sifdown(u) */ int sifaddr(u, o, h, m) + int u; + u_long o, h, m; { struct ifaliasreq ifra; @@ -386,6 +390,8 @@ sifaddr(u, o, h, m) */ int cifaddr(u, o, h) + int u; + u_long o, h; { struct ifaliasreq ifra; @@ -407,6 +413,8 @@ cifaddr(u, o, h) */ int sifdefaultroute(u, g) + int u; + u_long g; { struct ortentry rt; @@ -426,6 +434,8 @@ sifdefaultroute(u, g) */ int cifdefaultroute(u, g) + int u; + u_long g; { struct ortentry rt;