* cygheap.cc (init_cheap): Rearrange error message.
(cygheap_fixup_in_child): Ditto. * dtable.cc: Remove if 0'ed code. * fhandler_dsp.cc (fhandler_dev_dsp::open): Force binmode. * sec_helper.cc (cygsid::get_id): Use system_printf for error message. * tty.cc (tty::common_init): Ditto.
This commit is contained in:
@@ -402,7 +402,7 @@ tty::common_init (fhandler_pty_master *ptym)
|
||||
if (wincap.has_security () && cygserver_running==CYGSERVER_OK &&
|
||||
(SetKernelObjectSecurity (hMainProc, DACL_SECURITY_INFORMATION,
|
||||
get_null_sd ()) == FALSE))
|
||||
small_printf ("Can't set process security, %E");
|
||||
system_printf ("Can't set process security, %E");
|
||||
|
||||
/* Create synchronisation events */
|
||||
|
||||
|
Reference in New Issue
Block a user