From 7e161de19b1cee982324ad08302f8d5f2b529b29 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 26 Apr 2000 18:39:38 +0000 Subject: [PATCH] Cruft --- sys/net/if_spppsubr.c | 5 +---- 1 file changed, 1 insertion(+), 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); -- 2.20.1