summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-02-21 13:54:43 -0800
committerTim Prouty <tprouty@samba.org>2009-02-21 14:00:05 -0800
commit39b508e38e831f826be254391f7f341bc935f792 (patch)
tree0622f59448a7bd6c4262679db9e0fa2fee466241 /lib
parent2ad2b6f723964ed6e5d1d12c8403bd3d4147dc84 (diff)
downloadsamba-39b508e38e831f826be254391f7f341bc935f792.tar.gz
samba-39b508e38e831f826be254391f7f341bc935f792.tar.bz2
samba-39b508e38e831f826be254391f7f341bc935f792.zip
Fix shadowed declaration warning
Diffstat (limited to 'lib')
-rw-r--r--lib/util/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/util.h b/lib/util/util.h
index 4d4df21600..d3e446f488 100644
--- a/lib/util/util.h
+++ b/lib/util/util.h
@@ -732,7 +732,7 @@ _PUBLIC_ void close_low_fds(bool stderr_too);
/**
Become a daemon, discarding the controlling terminal.
**/
-_PUBLIC_ void become_daemon(bool fork, bool no_process_group);
+_PUBLIC_ void become_daemon(bool do_fork, bool no_process_group);
/**
* Load a ini-style file.