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
+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,