Use libredox::protocol in ipcd and netstack
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user