Get rid of the ifdef MULTICAST's. I think the rest of the kernel got rid

of them 2 years ago.
This commit is contained in:
John Hay 1996-08-30 16:44:36 +00:00
parent 7cf4460f12
commit a48bd49079
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17949

View File

@ -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);
}