mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
smbfs 1.68 (3.6.2005)
- It appears that Windows XP can produce directory listings with file/directory modification times set to 0, indicating that no such information is available, while the associated last file write access data is present. Previously, smbfs only reported the modification. If this data is unavailable and the date of the last write access is, the last write access will be reported instead. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/amiga-smbfs/trunk@11 26594b9e-b914-4e86-b7a1-9402bd427170
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: smb.h,v 1.1.1.1 2005-05-24 13:22:14 obarthel Exp $
|
||||
* $Id: smb.h,v 1.2 2005-06-03 14:34:17 obarthel Exp $
|
||||
*
|
||||
* :ts=8
|
||||
*
|
||||
@@ -70,7 +70,8 @@ struct smb_dirent
|
||||
word fileid; /* What id to handle a file with? */
|
||||
word attr; /* Attribute fields, DOS value */
|
||||
|
||||
time_t atime, mtime, ctime; /* Times, as seen by the server, normalized */
|
||||
time_t atime, mtime,
|
||||
wtime, ctime; /* Times, as seen by the server, normalized */
|
||||
/* to UTC. The ugly conversion happens in */
|
||||
/* proc.c */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user