diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-05 13:17:26 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:40 +0200 |
commit | 37bfadf4a389369632e86e3446f37f54a436848f (patch) | |
tree | e1e5045996a455de6c635c5c7fca4a2be552ed91 /source3/include | |
parent | 5a260a1d58a56054762fee17ca66e0f87a5aac85 (diff) | |
download | samba-37bfadf4a389369632e86e3446f37f54a436848f.tar.gz samba-37bfadf4a389369632e86e3446f37f54a436848f.tar.bz2 samba-37bfadf4a389369632e86e3446f37f54a436848f.zip |
s3:include: change files_struct->vuid to uint64_t
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/vfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index bde644fa8c..360f817d68 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -192,7 +192,7 @@ typedef struct files_struct { struct file_id file_id; uint64_t initial_allocation_size; /* Faked up initial allocation on disk. */ uint16 file_pid; - uint16 vuid; + uint64_t vuid; /* SMB2 compat */ struct write_cache *wcp; struct timeval open_time; uint32 access_mask; /* NTCreateX access bits (FILE_READ_DATA etc.) */ |