* include/cygwin/version.h: Bump DLL minor number to 9.

This commit is contained in:
Christopher Faylor
2004-03-17 16:38:48 +00:00
parent 4a95a7fe4a
commit 7faaacbbf1
3 changed files with 6 additions and 2 deletions

View File

@ -183,7 +183,7 @@ fhandler_pipe::dup (fhandler_base *child)
&ftp->read_state, 0, 1,
DUPLICATE_SAME_ACCESS))
{
debug_printf ("couldn't duplicate read_state %p, %E", writepipe_exists);
debug_printf ("couldn't duplicate read_state %p, %E", read_state);
goto err;
}