diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-04-26 18:39:39 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-04-26 18:39:39 +0000 |
commit | d80d38d1e65044dce1d84502cc1f3b1987fc49f1 (patch) | |
tree | 49209e865cba573cd9e823eb9ea8a92dcd68cb1a /sys/net | |
parent | 0f3aa579dc2f6e33b26cdb0350add176ae33b619 (diff) |
Cruft
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_spppsubr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index da76c12db17..d6b635d8198 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_spppsubr.c,v 1.4 2000/03/03 00:54:57 todd Exp $ */ +/* $OpenBSD: if_spppsubr.c,v 1.5 2000/04/26 18:39:38 chris Exp $ */ /* * Synchronous PPP/Cisco link level subroutines. * Keepalive protocol implemented in both Cisco and PPP modes. @@ -980,9 +980,6 @@ sppp_ioctl(struct ifnet *ifp, u_long cmd, void *data) break; #ifdef SIOCSIFMTU -#ifndef ifr_mtu -#define ifr_mtu ifr_metric -#endif case SIOCSIFMTU: if (ifr->ifr_mtu < 128 || ifr->ifr_mtu > sp->lcp.their_mru) return (EINVAL); |