···11-From 6b27c75125f2b2c66d5d6dd8d35569260ac72f17 Mon Sep 17 00:00:00 2001
11+From 8312398dbc1f0a960c0e64c2faaa756277c0f67c Mon Sep 17 00:00:00 2001
22From: Alyssa Ross <hi@alyssa.is>
33Date: Fri, 3 Jan 2025 12:21:28 +0100
44-Subject: [PATCH] Don't use non-standard ACCESSPERMS macro
44+Subject: [PATCH 3/3] Don't use non-standard ACCESSPERMS macro
5566This macro is non-standard, and is not defined by e.g. musl libc.
77It's just a define for 0777, so just use that instead.
···2828 char* result = getcwd(cwdBuf, AJA_MAX_PATH);
2929 AJA_UNUSED(result);
3030--
3131-2.47.0
3131+2.49.0
3232