Deleted Added
full compact
5c5
< * $FreeBSD: head/usr.sbin/ppp/nat_cmd.c 58037 2000-03-14 01:47:02Z brian $
---
> * $FreeBSD: head/usr.sbin/ppp/nat_cmd.c 58042 2000-03-14 01:47:19Z brian $
386,387c386,387
< log_Printf(LogWARN, "nat_LayerPull: Problem with IP header length (%d)\n",
< bp->m_len);
---
> log_Printf(LogWARN, "nat_LayerPull: Problem with IP header length (%lu)\n",
> (unsigned long)bp->m_len);