Diff between daea0f3b12c18f96b7fde7f33e4b6ef4901e927a and ee4082c7ba77debc058ebbbc12afa4502c65d5e5

Changed Files

File Additions Deletions Status
profiles/input/suspend-dummy.c +1 -1 modified

Full Patch

diff --git a/profiles/input/suspend-dummy.c b/profiles/input/suspend-dummy.c
index 9fa3fda..ed8b037 100644
--- a/profiles/input/suspend-dummy.c
+++ b/profiles/input/suspend-dummy.c
@@ -158,5 +158,5 @@ void suspend_exit(void)
 		watch = 0;
 	}
 
-	remove(HOG_SUSPEND_FIFO);
+	unlink(HOG_SUSPEND_FIFO);
 }