summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>1996-08-30 16:44:36 +0000
committerJohn Hay <jhay@FreeBSD.org>1996-08-30 16:44:36 +0000
commita48bd4907980df59f928acd3ee37ac95343bdca5 (patch)
tree40c05f39147665abae0e947298244a7e86910b9f
parent7cf4460f124c3d22c65c15ac331d94c32f0a188f (diff)
Notes
-rw-r--r--sys/net/if_spppsubr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index 0801dbccb967..e295cbd875da 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -14,7 +14,7 @@
*
* Version 1.9, Wed Oct 4 18:58:15 MSK 1995
*
- * $Id$
+ * $Id: if_spppsubr.c,v 1.12 1996/06/10 23:17:45 gpalmer Exp $
*/
#undef DEBUG
@@ -1084,11 +1084,9 @@ sppp_ioctl (struct ifnet *ifp, int cmd, void *data)
*(short*)data = ifp->if_mtu;
break;
#endif
-#ifdef MULTICAST
case SIOCADDMULTI:
case SIOCDELMULTI:
break;
-#endif
}
return (0);
}