Reviewed by: asomers Approved by: se (maintainer) PR: https://github.com/freebsd/freebsd-ports/pull/408 Upstream PR: https://github.com/libfuse/libfuse/pull/1240
11 lines
187 B
C
11 lines
187 B
C
--- 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);
|
|
}
|
|
|