Cruft
authorchris <chris@openbsd.org>
Wed, 26 Apr 2000 18:39:38 +0000 (18:39 +0000)
committerchris <chris@openbsd.org>
Wed, 26 Apr 2000 18:39:38 +0000 (18:39 +0000)
sys/net/if_spppsubr.c

index da76c12..d6b635d 100644 (file)
@@ -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);