CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-08-13 17:16:05

Modified files:
        winsup/cygwin  : ChangeLog Makefile.in fhandler.h 
                         fhandler_disk_file.cc fhandler_socket.cc 
                         shared.cc shared_info.h syscalls.cc 
Removed files:
        winsup/cygwin  : delqueue.cc 

Log message:
        * Makefile.in (DLL_OFILES): Remove delqueue.o.
        * delqueue.cc: Delete.
        * fhandler.h (fhandler_base::close_fs): Drop declaration.
        (fhandler_disk_file::close): Drop declaration.
        * fhandler_disk_file.cc (fhandler_base::fstat_fs): Call close instead of
        close_fs.
        (fhandler_base::fstat_helper): Use open FH_UNIX handle in call to
        get_file_attribute.
        (fhandler_base::open_fs): Call close instead of get_file_attribute.
        (fhandler_disk_file::close): Remove.
        (fhandler_base::close_fs): Remove.
        * fhandler_socket.cc (fhandler_socket::close): Just call
        fhandler_base::close for FH_UNIX sockets.
        * shared.cc (user_shared_initialize): Drop call to
        user_shared->delqueue.init.
        * shared_info.h (CURR_USER_MAGIC): Change according to below change.
        (MAX_DELQUEUES_PENDING): Remove.
        (class delqueue_list): Remove.
        (class user_info): Remove delqueue.
        * syscalls.cc (close_all_files): Drop call to
        user_shared->delqueue.process_queue.
        (unlink): Drop delqueue handling.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3897&r2=1.3898
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&r1=1.200&r2=1.201
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.322&r2=1.323
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.242&r2=1.243
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.210&r2=1.211
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared.cc.diff?cvsroot=src&r1=1.108&r2=1.109
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared_info.h.diff?cvsroot=src&r1=1.58&r2=1.59
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.460&r2=1.461
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/delqueue.cc.diff?cvsroot=src&r1=1.12&r2=NONE

Reply via email to