fix incorrect function name in old entry

This commit is contained in:
Christopher Faylor 2006-05-20 04:01:12 +00:00
parent 1160b21781
commit 38f9b109b4

View File

@ -494,7 +494,7 @@
to avoid annoying pop ups. Move deimpersonate call within new loop.
Move envblock freeing to end. Loop if process dies prematurely with
bad exit code.
* syscalls.cc (init_console_handler): Remove hopefully unneeded call to
* syscalls.cc (setpgid): Remove hopefully unneeded call to
init_console_handler.
2006-03-15 Christopher Faylor <cgf@timesys.com>