* include/cygwin/version.h: Bump DLL minor number to 9.
This commit is contained in:
parent
4a95a7fe4a
commit
7faaacbbf1
|
@ -1,3 +1,7 @@
|
|||
2004-03-17 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* include/cygwin/version.h: Bump DLL minor number to 9.
|
||||
|
||||
2004-03-16 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* sigproc.cc (proc_terminate): Release sync_proc_subproc when done
|
||||
|
|
|
@ -42,7 +42,7 @@ details. */
|
|||
changes to the DLL and is mainly informative in nature. */
|
||||
|
||||
#define CYGWIN_VERSION_DLL_MAJOR 1005
|
||||
#define CYGWIN_VERSION_DLL_MINOR 8
|
||||
#define CYGWIN_VERSION_DLL_MINOR 9
|
||||
|
||||
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
||||
incompatible. */
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue