From d5d76627400fa8a1540eb280d549b79afc3366bc Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 8 Aug 1994 16:45:11 +0000 Subject: Fix a compilation-stopping typo; whoops, David - more sleep! :-) Submitted by: jkh --- sys/dev/ed/if_ed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 35cc4b1..cbe87e7 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) { -- cgit v1.1