Deleted Added
full compact
26c26
< * $FreeBSD: head/usr.sbin/ppp/bundle.c 134789 2004-09-05 01:46:52Z brian $
---
> * $FreeBSD: head/usr.sbin/ppp/bundle.c 134833 2004-09-06 00:07:58Z marcel $
1428c1428
< log_Printf(LogERROR, "Failed recvmsg: Got %d, not %u\n",
---
> log_Printf(LogERROR, "Failed recvmsg: Got %zd, not %u\n",
1481c1481
< log_Printf(LogERROR, "Failed write: Got %d, not %d\n", got,
---
> log_Printf(LogERROR, "Failed write: Got %zd, not %d\n", got,
1494c1494
< log_Printf(LogERROR, "Failed write: Got %d, not %d\n", got, expect);
---
> log_Printf(LogERROR, "Failed write: Got %zd, not %d\n", got, expect);
1615c1615
< log_Printf(LogERROR, "%s: Failed initial sendmsg: Only sent %d of %u\n",
---
> log_Printf(LogERROR, "%s: Failed initial sendmsg: Only sent %zd of %u\n",
1633c1633
< log_Printf(LogERROR, "%s: Failed writev: Wrote %d of %d\n",
---
> log_Printf(LogERROR, "%s: Failed writev: Wrote %zd of %d\n",
1640c1640
< log_Printf(LogERROR, "%s: Failed socketpair read: Got %d of %d\n",
---
> log_Printf(LogERROR, "%s: Failed socketpair read: Got %zd of %d\n",