aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-08 16:45:11 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-08 16:45:11 +0000
commit3578b06c6af58f1c2a67af0ea4911c182134187f (patch)
treeecedb0cdd608364567ffb4054e3eb95097ccb7cf /sys/dev
parent920f8baa3081b35efc4342009483c8d62205dd9e (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ed/if_ed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 35cc4b1f3f82b..cbe87e7d5c0f4 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -13,7 +13,7 @@
* the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000,
* and a variety of similar clones.
*
- * $Id: if_ed.c,v 1.40 1994/08/04 17:42:33 davidg Exp $
+ * $Id: if_ed.c,v 1.41 1994/08/08 12:09:04 davidg Exp $
*/
#include "ed.h"
@@ -2128,7 +2128,7 @@ ed_ioctl(ifp, command, data)
*/
error = (command == SIOCADDMULTI) ?
ether_addmulti(ifr, &sc->arpcom) :
- ether_delmulti((ifr, &sc->arpcom);
+ ether_delmulti(ifr, &sc->arpcom);
if (error == ENETRESET) {