Change method used to get file information. It turns out that
authorChris Hanson <org/chris-hanson/cph>
Sun, 26 Oct 1997 09:15:18 +0000 (09:15 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 26 Oct 1997 09:15:18 +0000 (09:15 +0000)
commita36217bfc93993bdac7e952d608663cae88d930a
tree73f2a1101a6870837ea0e2580f0dd6e75e0a55ff
parenta3f32691efd249a69f58b2042af9bfd1c8f5a5f9
Change method used to get file information.  It turns out that
GetFileInformationByHandle is returning incorrect time stamps for
files on a Samba filesystem, but FindFirstFile returns correct time
stamps in the same circumstance.  This discrepancy becomes apparent
when switching between daylight-savings and standard time.
v7/src/microcode/ntfs.c
v7/src/microcode/ntfs.h
v7/src/microcode/prntfs.c