CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [email protected]     2008-12-13 21:05:31

Modified files:
        cygwin         : ChangeLog cygheap.cc fhandler_registry.cc 
                         gentls_offsets mount.cc tlsoffsets.h 

Log message:
        * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed 
code.
        * fhandler_registry.cc (fhandler_registry::exists): Recode goto as 
if/else to
        avoid a gcc4 compiler warning.
        (fhandler_registry::open): Ditto.  Use one goto rather than two.
        * gentls_offsets: Fix compiler warning in generated output.
        * tlsoffsets.h: Regenerate.
        * mount.cc (fillout_mntent): slashify native paths returned via 
getmntent.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4313&r2=1.4314
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.146&r2=1.147
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_registry.cc.diff?cvsroot=uberbaum&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/gentls_offsets.diff?cvsroot=uberbaum&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/mount.cc.diff?cvsroot=uberbaum&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/tlsoffsets.h.diff?cvsroot=uberbaum&r1=1.37&r2=1.38

Reply via email to