1
0
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:
Mark Pizzolato
2012-12-19 12:45:03 -08:00
parent 2c14136473
commit 3346f4a32c
5 changed files with 18 additions and 11 deletions

View File

@@ -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] == '_')