CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2009-08-20 08:34:22

Modified files:
        winsup/cygwin  : ChangeLog dtable.cc dtable.h mmap.cc 

Log message:
        * dtable.cc (build_fh_dev): Take additional bool parameter indicating
        whether set_name should be called or not.
        (dtable::dup_worker): Call build_fh_pc with new second parameter set
        to false.  Explain why.  If fhandler's dup failed, delete rather than
        cfree newfh and set newfh to NULL to indicate failure correctly.
        * dtable.h (build_fh_pc): Change declaration according to above change.
        Default set_name parameter to true.
        * mmap.cc (mmap_record::free_fh): Delete rather than cfree fh.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4631&r2=1.4632
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.204&r2=1.205
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.h.diff?cvsroot=src&r1=1.47&r2=1.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&r1=1.159&r2=1.160

Reply via email to