Commit 5e1dfe7b944a44e792647efaee33b6773e48f285

Thomas de Grivel 2017-05-21T16:59:02

Rename dependency on cffi-errno to errno.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/package.lisp b/package.lisp
index da5c0ef..da48f7c 100644
--- a/package.lisp
+++ b/package.lisp
@@ -5,8 +5,8 @@
   (:nicknames :fcntl)
   (:use
    :cffi
-   :cffi-errno
-   :common-lisp)
+   :common-lisp
+   :errno)
   (:shadow
    #:open)
   (:export