* include/cygwin/version.h: Bump DLL minor number to 23.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2003-03-13  Christopher Faylor  <cgf@redhat.com> | ||||
|  | ||||
| 	* include/cygwin/version.h: Bump DLL minor number to 23. | ||||
|  | ||||
| 2003-03-13  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* autoload.cc (IsProcessorFeaturePresent): Add. | ||||
|   | ||||
| @@ -649,7 +649,11 @@ fhandler_console::close (void) | ||||
|   set_output_handle (NULL); | ||||
|   if (!cygheap->fdtab.in_vfork_cleanup () && --open_fhs <= 0 | ||||
|       && myself->ctty != FH_CONSOLE) | ||||
|     { | ||||
|       syscall_printf ("open_fhs %d, freeing console", | ||||
| 		      fhandler_console::open_fhs); | ||||
|       FreeConsole (); | ||||
|     } | ||||
|   debug_printf ("decremented open_fhs, now %d", open_fhs); | ||||
|   return 0; | ||||
| } | ||||
|   | ||||
| @@ -42,7 +42,7 @@ details. */ | ||||
| 	 changes to the DLL and is mainly informative in nature. */ | ||||
|  | ||||
| #define CYGWIN_VERSION_DLL_MAJOR 1003 | ||||
| #define CYGWIN_VERSION_DLL_MINOR 22 | ||||
| #define CYGWIN_VERSION_DLL_MINOR 23 | ||||
|  | ||||
|       /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are | ||||
| 	 incompatible. */ | ||||
|   | ||||
| @@ -265,7 +265,11 @@ setsid (void) | ||||
|     { | ||||
|       myself->ctty = -1; | ||||
|       if (fhandler_console::open_fhs <= 0) | ||||
| 	{ | ||||
| 	  syscall_printf ("open_fhs %d, freeing console", | ||||
| 			  fhandler_console::open_fhs); | ||||
| 	  FreeConsole (); | ||||
| 	} | ||||
|       myself->sid = getpid (); | ||||
|       myself->pgid = getpid (); | ||||
|       syscall_printf ("sid %d, pgid %d, ctty %d", myself->sid, myself->pgid, myself->ctty); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user