Skip to content

Commit bd48a3e

Browse files
committed
Removed creep-in of bootstrap package qlqs-mkcl, package ql-mkcl was meant instead.
1 parent 3332f5b commit bd48a3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

network.lisp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
:output t
5555
:buffering :full)))
5656
(:implementation mkcl
57-
(let* ((endpoint (qlqs-mkcl:host-ent-address
58-
(qlqs-mkcl:get-host-by-name host)))
59-
(socket (make-instance 'qlqs-mkcl:inet-socket
57+
(let* ((endpoint (ql-mkcl:host-ent-address
58+
(ql-mkcl:get-host-by-name host)))
59+
(socket (make-instance 'ql-mkcl:inet-socket
6060
:protocol :tcp
6161
:type :stream)))
62-
(qlqs-mkcl:socket-connect socket endpoint port)
63-
(qlqs-mkcl:socket-make-stream socket
62+
(ql-mkcl:socket-connect socket endpoint port)
63+
(ql-mkcl:socket-make-stream socket
6464
:element-type '(unsigned-byte 8)
6565
:input t
6666
:output t

0 commit comments

Comments
 (0)