X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsys-ultrix.c;h=43fd115136371f246183337fe0f20ff6d1b880f9;hp=95bb7dd4721dc021ef2d9c72a23e5a5e42cad254;hb=96dad36e1d37716004171559280613739e7df29e;hpb=26a7a28f129d72feaa08ef589e9a49aafd16d984 diff --git a/pppd/sys-ultrix.c b/pppd/sys-ultrix.c index 95bb7dd..43fd115 100644 --- a/pppd/sys-ultrix.c +++ b/pppd/sys-ultrix.c @@ -21,7 +21,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-ultrix.c,v 1.20 1997/03/04 03:43:54 paulus Exp $"; +static char rcsid[] = "$Id: sys-ultrix.c,v 1.21 1997/04/30 05:59:38 paulus Exp $"; #endif /* @@ -562,7 +562,7 @@ output(unit, p, len) int len; { if (debug) - log_packet(p, len, "sent "); + log_packet(p, len, "sent ", LOG_DEBUG); if (write(ttyfd, p, len) < 0) { if (errno != EIO) @@ -980,7 +980,7 @@ cifaddr(u, o, h) */ int sifdefaultroute(u, l, g) - int unit; + int u; u_int32_t l, g; { struct rtentry rt; @@ -1003,7 +1003,7 @@ sifdefaultroute(u, l, g) */ int cifdefaultroute(u, l, g) - int unit; + int u; u_int32_t l, g; { struct rtentry rt;