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 --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index b3977c0..1a884b5 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -13,6 +13,7 @@ #:cl-interpol #:named-readtables #:cffi + #:osicat (:feature :sbcl (:require #:sb-posix)) #:closer-mop #:agnostic-lizard -- cgit v1.2.3