From 38f9b109b45f354950af4a517d170e114f0d338f Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 20 May 2006 04:01:12 +0000 Subject: [PATCH] fix incorrect function name in old entry --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 941407f1e..b4e21f716 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -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