Skip to content

Commit eb7d347

Browse files
authored
Fix Issue#1730: Break during OPENSTREAM on file on XNS Server (#1733)
Add a DEVICE argument to \NSRANDOM.CREATE.STREAM so that when it creates a stream, it can pass a device to the stream creation code. As of PR814 of July 2022, streams whose DEVICE field is NIL break during creation. Update all callers to \NSRANDOM.CREATE.STREAM to pass the new DEVICE argument.
2 parents 9214a63 + dab6f26 commit eb7d347

File tree

3 files changed

+245
-267
lines changed

3 files changed

+245
-267
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ loadups/exports.all
1919
library/RDSYS*
2020
loadups/lisp.sysout
2121
loadups/full.sysout
22-
loadups/fuller.sysout # not currently included but might as well ignore it
22+
# not currently included but might as well ignore it
23+
loadups/fuller.sysout
2324
loadups/*.dribble
2425
loadups/whereis.hash
2526
loadups/apps.sysout

0 commit comments

Comments
 (0)