summaryrefslogtreecommitdiff
path: root/pfinet/ethernet.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-20 22:27:32 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-20 22:27:32 +0000
commite7e5ab0a82173eec66c4a2bc7d4ede8055eda98e (patch)
treeb7c8eb62d1c68c3675b51239a3712f7017205b3c /pfinet/ethernet.c
parentc1bf62d594ac0dd708670cfd61e8233832ce0836 (diff)
Formerly ethernet.c.~13~
Diffstat (limited to 'pfinet/ethernet.c')
-rw-r--r--pfinet/ethernet.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c
index a4674d00..8c4492e2 100644
--- a/pfinet/ethernet.c
+++ b/pfinet/ethernet.c
@@ -192,6 +192,9 @@ setup_ethernet_device (void)
bcopy (net_address, ether_dev.dev_addr, ETH_ALEN);
/* That should be enough. */
+
+ ether_dev.next = dev_base;
+ dev_base = &ether_dev;
}