diff options
author | Ron Yorston <rmy@pobox.com> | 2019-05-27 11:56:52 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-05-27 11:56:52 +0100 |
commit | a61949401890cbb33a9d6c4571b51c53460ad438 (patch) | |
tree | 64dedaddb89896d5b1670a421af123670ca2120b /util-linux/mount.c | |
parent | 03a7b173605a890e1db5177ecd5b8dd591081c41 (diff) | |
parent | bcb1fc3e6ca6fe902610f507eaf9b0b58a5c583a (diff) | |
download | busybox-w32-a61949401890cbb33a9d6c4571b51c53460ad438.tar.gz busybox-w32-a61949401890cbb33a9d6c4571b51c53460ad438.tar.bz2 busybox-w32-a61949401890cbb33a9d6c4571b51c53460ad438.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 526b4130c..e6bad7c2c 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -1194,7 +1194,10 @@ static int daemonize(void) | |||
1194 | return 1; | 1194 | return 1; |
1195 | } | 1195 | } |
1196 | #else | 1196 | #else |
1197 | static inline int daemonize(void) { return -ENOSYS; } | 1197 | static inline int daemonize(void) |
1198 | { | ||
1199 | return -ENOSYS; | ||
1200 | } | ||
1198 | #endif | 1201 | #endif |
1199 | 1202 | ||
1200 | /* TODO */ | 1203 | /* TODO */ |