diff options
Diffstat (limited to 'util-linux')
-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 3b77af728..664d24fd8 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -890,6 +890,7 @@ get_mountport(struct pmap *pm_mnt, | |||
890 | } | 890 | } |
891 | 891 | ||
892 | #if BB_MMU | 892 | #if BB_MMU |
893 | /* Unlike bb_daemonize(), parent does NOT exit here, but returns 0 */ | ||
893 | static int daemonize(void) | 894 | static int daemonize(void) |
894 | { | 895 | { |
895 | int fd; | 896 | int fd; |