Fix shadowed declaration warning
authorTim Prouty <tprouty@samba.org>
Sat, 21 Feb 2009 21:54:43 +0000 (13:54 -0800)
committerTim Prouty <tprouty@samba.org>
Sat, 21 Feb 2009 22:00:05 +0000 (14:00 -0800)
lib/util/util.h

index 4d4df21600420f211087514118e0fba64edcfa2f..d3e446f488c1923ffc51b062a2be7d3546c1da91 100644 (file)
@@ -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.