aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/mount_bsd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c
index 5962e64..aafde77 100644
--- a/lib/mount_bsd.c
+++ b/lib/mount_bsd.c
@@ -133,7 +133,8 @@ void fuse_kern_unmount(const char *mountpoint, int fd)
/* Check if kernel is doing init in background */
static int init_backgrounded(void)
{
- unsigned ibg, len;
+ unsigned ibg;
+ size_t len;
len = sizeof(ibg);