tDo not wait runpath to exit - nldev - NetLink DEVice manager; a lightweight netlink frontend for mdev.
(HTM) git clone git://r-36.net/nldev
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit e0713f648e6bc486632c261e29d36c052c54f381
(DIR) parent d67dddcedb1c47a18b46c03025437f6337384613
(HTM) Author: Platon Ryzhikov <ihummer63@yandex.ru>
Date: Sun, 13 Jan 2019 10:20:19 +0300
Do not wait runpath to exit
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
nldev.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/nldev.c b/nldev.c
t@@ -109,8 +109,6 @@ child(char *runpath)
}
if (pid < 0)
edie("fork");
-
- waitpid(pid, NULL, 0);
}
void