bcfa2d78b3
for changelog.
13 lines
437 B
Plaintext
13 lines
437 B
Plaintext
$OpenBSD: patch-sim_ether_c,v 1.7 2006/02/09 11:31:11 fgsch Exp $
|
|
--- sim_ether.c.orig Tue Dec 27 13:26:54 2005
|
|
+++ sim_ether.c Wed Feb 8 18:42:28 2006
|
|
@@ -727,7 +727,7 @@ t_stat eth_open(ETH_DEV* dev, char* name
|
|
/* 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;
|
|
}
|
|
}
|
|
|