CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2012-04-02 11:08:08

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_dev.cc 
                         fhandler_disk_file.cc path.h mount.h 

Log message:
        * fhandler.h (fhandler_dev::open): Declare.
        (fhandler_dev::close): Declare.
        (fhandler_dev::fstat): Declare.
        (fhandler_dev::fstatvfs): Declare.
        (fhandler_cygdrive::fstatvfs): Declare.
        * fhandler_dev.cc (fhandler_dev::open): New method.
        (fhandler_dev::close): Ditto.
        (fhandler_dev::fstat): Ditto.
        (fhandler_dev::fstatvfs): Ditto.
        * fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't fill
        st_rdev.
        (fhandler_cygdrive::fstatvfs): New method.
        * path.h (path_conv::fs_got_fs): New method.
        * mount.h (fs_info::got_fs): Change type to bool, make public.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5783&r2=1.5784
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.458&r2=1.459
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_dev.cc.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.375&r2=1.376
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.h.diff?cvsroot=src&r1=1.166&r2=1.167
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mount.h.diff?cvsroot=src&r1=1.22&r2=1.23

Reply via email to