Changeset 836
- Timestamp:
- Jun 23, 2004, 9:24:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/linux-files.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/linux-files.lisp
r835 r836 629 629 (return)) 630 630 (if in-fd 631 (progn632 (format t "~& waiting for input")633 631 (when (fd-input-available-p in-fd *ticks-per-second*) 634 632 (%stack-block ((buf 1024)) … … 644 642 (declare (dynamic-extent string)) 645 643 (%copy-ptr-to-ivector buf 0 string 0 n) 646 (write-sequence string out-stream :end n))))))) )644 (write-sequence string out-stream :end n))))))) 647 645 (let* ((statusflags (check-pid (external-process-pid p) 648 646 (logior
Note:
See TracChangeset
for help on using the changeset viewer.
