Use libredox::protocol in ipcd and netstack

This commit is contained in:
Jeremy Soller
2026-02-28 08:20:24 -07:00
parent 7c1a183b12
commit 352d90332f
7 changed files with 6 additions and 71 deletions
-3
View File
@@ -34,8 +34,5 @@ features = [
]
#For debugging: "log", "verbose"
[target.'cfg(target_os = "redox")'.dependencies]
redox-rt = { workspace = true, default-features = false }
[lints]
workspace = true
+1 -1
View File
@@ -10,7 +10,7 @@ use std::rc::Rc;
use std::str;
use libredox::flag::CLOCK_MONOTONIC;
use redox_rt::protocol::SocketCall;
use libredox::protocol::SocketCall;
use redox_scheme::{
scheme::{register_scheme_inner, Op, SchemeSync},
CallerCtx, OpenResult, Socket,