diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 3b77af7..664d24f 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -890,6 +890,7 @@ get_mountport(struct pmap *pm_mnt, } #if BB_MMU +/* Unlike bb_daemonize(), parent does NOT exit here, but returns 0 */ static int daemonize(void) { int fd; |