Files
kumomta/crates/spool
Wez Furlong 33f1a98e72 spool: fix build on macos
The type of `libc::S_ISVTX` varies between linux (u32) and macos (u16).
The type of the `mode` parameter in
https://doc.rust-lang.org/std/os/unix/fs/trait.PermissionsExt.html#tymethod.set_mode
is defined to match linux as `u32`, so let's explicitly cast `S_ISVTX`
to match.
2025-07-07 18:37:51 +01:00
..
2025-07-07 18:37:51 +01:00