mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Missing arguments in function call
This commit is contained in:
parent
492bcc5fc4
commit
cce95aa087
1 changed files with 2 additions and 2 deletions
|
|
@ -1208,9 +1208,9 @@ also known as unix-domain sockets."))
|
|||
(auto-close-two-way-stream stream)
|
||||
stream))
|
||||
(input
|
||||
(make-stream-from-fd fd #-wsock :input #+wsock :input-wsock))
|
||||
(make-stream-from-fd fd #-wsock :input #+wsock :input-wsock buffering))
|
||||
(output
|
||||
(make-stream-from-fd fd #-wsock :output #+wsock :output-wsock))
|
||||
(make-stream-from-fd fd #-wsock :output #+wsock :output-wsock buffering))
|
||||
(t
|
||||
(error "SOCKET-MAKE-STREAM: at least one of :INPUT or :OUTPUT has to be true."))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue