Fix compilation of redox-rt without proc feature

This commit is contained in:
Jeremy Soller
2025-10-04 08:05:46 -06:00
parent 9528c7163b
commit 7ed934a01d
+1 -1
View File
@@ -933,7 +933,7 @@ pub fn new_child_process(args: &ForkArgs<'_>) -> Result<NewChildProc> {
#[cfg(not(feature = "proc"))]
ForkArgs::Init { this_thr_fd, auth } => {
let thr_fd = FdGuard::new(syscall::dup(**auth, b"new-context")?);
let buf = ProcSchemeAttrs {
let buf = syscall::ProcSchemeAttrs {
pid: 0,
euid: 0,
egid: 0,