Commit 733583601b0cfb3eb79cb04e02fba2e230376a04

Thomas de Grivel 2018-05-29T10:55:15

fd-stream -> unistd-stream

diff --git a/package.lisp b/package.lisp
index 0ffc5e1..7b58bb0 100644
--- a/package.lisp
+++ b/package.lisp
@@ -23,8 +23,8 @@
    :cl-stream
    :common-lisp
    :dirent
-   :fd-stream
-   :html-entities)
+   :html-entities
+   :unistd-stream)
   #.(cl-stream:shadowing-import-from)
   (:export
    #:request
diff --git a/thot.asd b/thot.asd
index d62dceb..79fd6ea 100644
--- a/thot.asd
+++ b/thot.asd
@@ -17,9 +17,9 @@
                "cffi-socket"
                "cl-debug"
                "cl-stream"
-               "fd-stream"
                "html-entities"
-               "rol-uri")
+               "rol-uri"
+               "unistd-stream")
   :components
   ((:file "package")
    (:file "thot" :depends-on ("package"))