diff options
| author | pooka <pooka@NetBSD.org> | 2007-08-25 12:03:59 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2007-08-25 12:03:59 +0000 |
| commit | ec5345d9bc610993b4ca705242e2a90d8be22e5d (patch) | |
| tree | 00a7def17ec57cf02c65df834e692b1fa7706cc8 /lib/librefuse | |
| parent | 1cf445da3eac1f800835a90824019b7865877a06 (diff) | |
Now that we don't dump operations by default, might as well detach
from the console by default also. (but still would be nice if someone
provided options to toggle these using the fuse options framework)
Diffstat (limited to 'lib/librefuse')
| -rw-r--r-- | lib/librefuse/refuse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/librefuse/refuse.c b/lib/librefuse/refuse.c index 1d8a8b2dce6..3663eaafb7e 100644 --- a/lib/librefuse/refuse.c +++ b/lib/librefuse/refuse.c @@ -1,4 +1,4 @@ -/* $NetBSD: refuse.c,v 1.74 2007/08/12 15:32:39 pooka Exp $ */ +/* $NetBSD: refuse.c,v 1.75 2007/08/25 12:03:59 pooka Exp $ */ /* * Copyright © 2007 Alistair Crooks. All rights reserved. @@ -30,7 +30,7 @@ #include <sys/cdefs.h> #if !defined(lint) -__RCSID("$NetBSD: refuse.c,v 1.74 2007/08/12 15:32:39 pooka Exp $"); +__RCSID("$NetBSD: refuse.c,v 1.75 2007/08/25 12:03:59 pooka Exp $"); #endif /* !lint */ #include <assert.h> @@ -1382,7 +1382,7 @@ int fuse_loop(struct fuse *fuse) { - return puffs_mainloop(fuse->fc->pu, PUFFSLOOP_NODAEMON); + return puffs_mainloop(fuse->fc->pu, 0); } void |
