openbsd-ports/emulators/simh/patches/patch-sim_ether_c
kili bd644d60e4 Update to 3.7.2.
ok, fgsch (maintainer), kurt@
2007-07-24 20:45:41 +00:00

13 lines
450 B
Plaintext

$OpenBSD: patch-sim_ether_c,v 1.9 2007/07/24 20:45:41 kili Exp $
--- sim_ether.c.orig Thu May 17 12:08:20 2007
+++ sim_ether.c Sun Jul 22 19:37:59 2007
@@ -919,7 +919,7 @@ t_stat eth_open(ETH_DEV* dev, char* name, DEVICE* dptr
/* probably is not ethX and has no description */
savname = eth_getname_byname(name, temp);
if (savname == 0) /* didn't translate */
- return SCPE_OPENERR;
+ savname = name;
}
}