From 3e4a8149efbf7d6515ec6ac542ee8882320763d0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 26 Jul 2021 14:06:58 -0700 Subject: use CFFI, mostly via Osicat, for all syscalls/libc except fork(2) Also replace some calls to chmod(1) with calls to chmod(2). Using CFFI rather than implementation-specific wrappers should be better for portability. Also with this commit we stop hard coding types like uid_t as :UNSIGNED-INT, which was less portable. Signed-off-by: Sean Whitton --- debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 3a20237..73072ac 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: cl-anaphora, cl-babel, cl-cffi, + cl-osicat, cl-heredoc, cl-interpol, cl-named-readtables, @@ -34,6 +35,7 @@ Depends: cl-anaphora, cl-babel, cl-cffi, + cl-osicat, cl-heredoc, cl-interpol, cl-named-readtables, -- cgit v1.2.3