mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Fix build on VMS (IA64)
This commit is contained in:
@@ -1375,7 +1375,7 @@ for (ports=0; (ports < max); ++ports) {
|
||||
device.dsc$w_length = devnamlen;
|
||||
if ((0 == (devsts & UCB$M_TEMPLATE)) &&
|
||||
(0 != (devsts & UCB$M_ONLINE)) &&
|
||||
(0 == (devdepend & DEV$M_RTM)) {
|
||||
(0 == (devdepend & DEV$M_RTM))) {
|
||||
devstr[device.dsc$w_length] = '\0';
|
||||
strcpy (list[ports].name, devstr);
|
||||
while (list[ports].name[0] == '_')
|
||||
|
||||
Reference in New Issue
Block a user