blob: 00f3ac5b294eb90d95e8057025dda457b19348b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- lib/mount_bsd.c.orig 2025-03-24 12:25:30 UTC
+++ lib/mount_bsd.c
@@ -214,6 +214,7 @@ mount:
_exit(EXIT_FAILURE);
}
+ waitpid(pid, &status, 0);
_exit(EXIT_SUCCESS);
}
|