From 4cd908d3870fbdf4cb28fc2e68386990259f4080 Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 17 Jan 1997 19:38:16 +0000 Subject: Don't try to do anything with the `ifr' parameter for SIOCADDMULTI and SIOCDELMULTI; it is guaranteed to be null in the new system. --- sys/net/if_ppp.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sys/net/if_ppp.c') diff --git a/sys/net/if_ppp.c b/sys/net/if_ppp.c index e99cb33..fe7ea4f 100644 --- a/sys/net/if_ppp.c +++ b/sys/net/if_ppp.c @@ -544,19 +544,6 @@ pppsioctl(ifp, cmd, data) case SIOCADDMULTI: case SIOCDELMULTI: - switch(ifr->ifr_addr.sa_family) { -#ifdef INET - case AF_INET: - break; -#endif -#ifdef IPX /* ??? IPX support multicast? */ - case AF_IPX: - break; -#endif - default: - error = EAFNOSUPPORT; - break; - } break; case SIOCGPPPSTATS: -- cgit v1.1