* 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:
Christopher Faylor
2002-07-03 03:20:50 +00:00
parent 66eee32b8f
commit 4558638014
7 changed files with 27 additions and 43 deletions

View File

@@ -149,7 +149,7 @@ cygsid::get_id (BOOL search_grp, int *type)
if (!IsValidSid (psid))
{
__seterrno ();
small_printf ("IsValidSid failed with %E");
system_printf ("IsValidSid failed with %E");
return -1;
}