CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-08-21 12:37:40

Modified files:
        winsup/cygwin  : ChangeLog uinfo.cc path.cc path.h ntdll.h 

Log message:
        * ntdll.h (NtNotifyChangeDirectoryFile): Declare.
        (NtQueryAttributesFile): Move to maintain alphabetical order of
        declarations.  Add comment to note that timestamp information returned
        by NtQueryAttributesFile is unreliable.
        * path.h (etc::changed_h): Move here.
        (etc::fn): Change type to OBJECT_ATTRIBUTES.
        (etc::last_modified): Change type to LARGE_INTEGER.
        (etc::init): Take PUNICODE_STRING as second argument.
        * path.cc: Accomodate above changes.
        (etc::test_file_change): Use NT native functions.
        (etc::dir_changed): Ditto.
        * uinfo.cc (pwdgrp::load): Call etc::init with NT native path.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3918&r2=1.3919
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/uinfo.cc.diff?cvsroot=src&r1=1.150&r2=1.151
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.453&r2=1.454
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.h.diff?cvsroot=src&r1=1.109&r2=1.110
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.68&r2=1.69

Reply via email to