* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'
parameter.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| Mon Feb 21 18:36:37 2000  Christopher Faylor <cgf@cygnus.com> | ||||
|  | ||||
| 	* fhandler.cc (set_inheritance): Revert previous patch which got rid of | ||||
| 	'name' parameter. | ||||
|  | ||||
| Mon Feb 21 00:19:40 2000  Christopher Faylor <cgf@cygnus.com> | ||||
|  | ||||
| 	Respond to a multitude of new g++ warnings. | ||||
|   | ||||
| @@ -1453,7 +1453,7 @@ fhandler_pipe::lseek (off_t offset, int whence) | ||||
| } | ||||
|  | ||||
| void __stdcall | ||||
| set_inheritance (HANDLE &h, int not_inheriting, const char *) | ||||
| set_inheritance (HANDLE &h, int not_inheriting, const char *name) | ||||
| { | ||||
|   HANDLE newh; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user