OSDN Git Service

* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'
authorcgf <cgf>
Mon, 21 Feb 2000 23:38:57 +0000 (23:38 +0000)
committercgf <cgf>
Mon, 21 Feb 2000 23:38:57 +0000 (23:38 +0000)
parameter.

winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc

index aea5b37..80c4b0d 100644 (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.
index a7014e1..f4335a2 100644 (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;