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/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index eb35a0f..a982911 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ consfigurator (0.11.0-1) UNRELEASED; urgency=medium * New upstream release. - * Add dep and build-dep on cl-anaphora. + * Add deps and build-deps on cl-anaphora and cl-osicat. -- Sean Whitton Sat, 04 Sep 2021 15:42:01 -0700 -- cgit v1.2.3