Deleted Added
full compact
19c19
< * $FreeBSD: head/usr.sbin/ppp/physical.c 74001 2001-03-08 23:51:50Z brian $
---
> * $FreeBSD: head/usr.sbin/ppp/physical.c 78410 2001-06-18 14:59:36Z brian $
760a761,766
> u_short
> physical_DeviceMTU(struct physical *p)
> {
> return p->handler ? p->handler->mtu : 0;
> }
>