Revert erroneous checkin.

This commit is contained in:
Corinna Vinschen
2005-09-28 19:22:25 +00:00
parent 1204c515fe
commit dcb091caaf
26 changed files with 172 additions and 500 deletions

View File

@@ -146,9 +146,9 @@ fhandler_virtual::lseek (_off64_t offset, int whence)
}
int
fhandler_virtual::dup (fhandler_base * child, HANDLE from_proc)
fhandler_virtual::dup (fhandler_base * child)
{
int ret = fhandler_base::dup (child, from_proc);
int ret = fhandler_base::dup (child);
if (!ret)
{