diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-24 08:17:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-24 08:17:46 +0000 |
commit | d5fbc17f93deb920d2d13e7f257a0470f5ba5953 (patch) | |
tree | 9d9bc76a3b63094f415eec5c9e772e72b505f853 /pfinet | |
parent | cbb47a8598ce913a683e431efb330b0b38b38f55 (diff) |
.
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index d80b6ed9..537bab64 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,13 @@ +1998-10-24 Roland McGrath <roland@baalperazim.frob.com> + + * ethernet.c (ethernet_open): Check error return from device_open and + device_set_filter. + (setup_ethernet_device): Check error return from device_get_status. + + * ethernet.c (ethername): Remove static variable. + (setup_ethernet_device): Don't set it. + (ethernet_open): Don't use it; use DEV->name instead. + 1998-09-04 Roland McGrath <roland@baalperazim.frob.com> * loopback.c (loopback_type_trans): Return u_int16_t. |