summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-08 16:45:11 +0000
committerjkh <jkh@FreeBSD.org>1994-08-08 16:45:11 +0000
commitd5d76627400fa8a1540eb280d549b79afc3366bc (patch)
treeecedb0cdd608364567ffb4054e3eb95097ccb7cf /sys/dev
parent4b670f433d545816097237d94ca11b0ee608b640 (diff)
downloadFreeBSD-src-d5d76627400fa8a1540eb280d549b79afc3366bc.zip
FreeBSD-src-d5d76627400fa8a1540eb280d549b79afc3366bc.tar.gz
Fix a compilation-stopping typo; whoops, David - more sleep! :-)
Submitted by: jkh
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 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) {
OpenPOWER on IntegriCloud