From d15635e24202c34c92c785059550d46d34dd6637 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 6 Aug 2017 08:09:11 -0600 Subject: [PATCH] Do not shut down after running --- xhcid/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/xhcid/src/main.rs b/xhcid/src/main.rs index 96de918..cf8dcef 100644 --- a/xhcid/src/main.rs +++ b/xhcid/src/main.rs @@ -37,7 +37,5 @@ fn main() { } unsafe { let _ = syscall::physunmap(address); } - - let _ = syscall::kill(1, syscall::SIGINT); } } -- GitLab