* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'

parameter.
This commit is contained in:
Christopher Faylor 2000-02-21 23:38:57 +00:00
parent b0ba0ac217
commit c90d620db8
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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;