diff options
Diffstat (limited to 'lib/mount.c')
-rw-r--r-- | lib/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mount.c b/lib/mount.c index 3236ce8..f7a5299 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -92,7 +92,7 @@ int fuse_mount(const char *mountpoint, const char *opts) return -1; } -#ifndef USE_UCLIBC +#ifdef HAVE_FORK pid = fork(); #else pid = vfork(); |