mirror of
https://github.com/PDP-10/klh10.git
synced 2026-02-08 17:22:03 +00:00
Fix incorrect identification to VDE (should be klh10 of course).
This commit is contained in:
@@ -2312,7 +2312,7 @@ osn_pfinit_vde(struct pfdata *pfdata, struct osnpf *osnpf, void *pfarg)
|
||||
|
||||
memset(&voa, 0, sizeof(voa));
|
||||
|
||||
if (!(pfdata->pf_handle = (void*) vde_open(devname, "simh", &voa))) {
|
||||
if (!(pfdata->pf_handle = (void*) vde_open(devname, "klh10", &voa))) {
|
||||
syserr(errno, "Can't open VDE device \"%s\"", devname);
|
||||
} else {
|
||||
pfdata->pf_fd = vde_datafd((VDECONN*)(pfdata->pf_handle));
|
||||
|
||||
Reference in New Issue
Block a user