Rename procmngr => procmgr.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ pub fn main() -> ! {
|
||||
);
|
||||
|
||||
spawn("process manager", &auth, &this_thr_fd, |write_fd| {
|
||||
crate::procmngr::run(write_fd, &auth)
|
||||
crate::procmgr::run(write_fd, &auth)
|
||||
});
|
||||
let init_proc_fd = unsafe { redox_rt::proc::make_init() };
|
||||
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ pub mod arch;
|
||||
|
||||
pub mod exec;
|
||||
pub mod initfs;
|
||||
pub mod procmngr;
|
||||
pub mod procmgr;
|
||||
pub mod start;
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
Reference in New Issue
Block a user