vasilito
ad85d9bf0c
fix: daemon scheme_root/create_this_scheme_fd error conversion
...
Fix 4 E0277 errors in daemon/src/lib.rs where scheme_root()
and create_this_scheme_fd() return syscall::error::Error but
the function returns syscall::Error. Add .map_err() conversions.
redox-driver-sys errors (6 remaining E0308/E0061 in dma.rs/io.rs)
are pre-existing API mismatches between libredox and redox_syscall
crate versions — not addressed here.
2026-05-30 08:00:29 +03:00
..
2026-05-03 23:03:24 +01:00
2026-05-03 23:03:24 +01:00
2026-05-29 22:48:03 +03:00
2026-04-12 19:05:00 +01:00
2026-04-12 19:05:00 +01:00
2026-05-29 22:48:03 +03:00
2026-04-12 19:05:00 +01:00
2026-05-30 08:00:29 +03:00
2026-04-12 19:05:00 +01:00
2026-05-17 12:34:02 +03:00
2026-05-29 22:48:03 +03:00
2026-04-12 19:05:00 +01:00
2026-05-14 10:55:53 +01:00
2026-05-29 22:48:03 +03:00
2026-05-28 23:19:49 +03:00
2026-04-12 19:05:00 +01:00
2026-05-28 23:19:49 +03:00
2026-05-29 22:32:36 +03:00
2026-05-14 10:55:53 +01:00
2026-05-29 09:00:55 +03:00
2026-05-30 04:47:12 +03:00
2026-04-12 19:05:00 +01:00
2026-05-29 22:48:03 +03:00
2026-05-14 10:55:53 +01:00
2026-05-28 23:19:49 +03:00
2026-05-29 22:48:03 +03:00
2026-04-12 19:05:00 +01:00
2026-05-28 23:19:49 +03:00
2026-04-12 19:05:00 +01:00
2026-05-29 22:48:03 +03:00
2026-05-30 04:47:12 +03:00
2026-05-29 22:48:03 +03:00
2026-04-12 19:05:00 +01:00
2026-05-28 23:19:49 +03:00
2026-05-29 22:48:03 +03:00
2026-05-30 04:47:12 +03:00
2026-05-03 23:03:24 +01:00
2026-05-03 23:03:24 +01:00
2026-05-03 23:03:24 +01:00
2026-05-03 23:03:24 +01:00
2026-05-17 12:34:02 +03:00