Merge branch 'no_legacy_path' into 'master'

Use the new scheme format

See merge request redox-os/ptyd!11
This commit is contained in:
Jeremy Soller
2024-07-11 23:30:53 +00:00
+1 -1
View File
@@ -29,7 +29,7 @@ fn main() {
let event_queue = EventQueue::<EventSource>::new().expect("pty: failed to open event:");
let time_path = format!("time:{}", flag::CLOCK_MONOTONIC);
let time_path = format!("/scheme/time/{}", flag::CLOCK_MONOTONIC);
let mut time_file =
Fd::open(&time_path, flag::O_NONBLOCK, 0).expect("pty: failed to open time:");