svn commit: samba r4816 - in branches/SAMBA_4_0/source/include: .

tpot at samba.org tpot at samba.org
Tue Jan 18 06:38:12 GMT 2005


Author: tpot
Date: 2005-01-18 06:38:11 +0000 (Tue, 18 Jan 2005)
New Revision: 4816

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4816

Log:
Note that NTTIME is 4-byte aligned which makes the comment about alignment
for NTTIME_hyper make a bit more sense.

Modified:
   branches/SAMBA_4_0/source/include/smb.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/smb.h
===================================================================
--- branches/SAMBA_4_0/source/include/smb.h	2005-01-18 05:32:35 UTC (rev 4815)
+++ branches/SAMBA_4_0/source/include/smb.h	2005-01-18 06:38:11 UTC (rev 4816)
@@ -199,7 +199,7 @@
 /* 8 byte aligned 'hyper' type from MS IDL */
 typedef uint64_t HYPER_T;
 
-/* 64 bit time (100 nanosec) 1601 - cifs6.txt, section 3.5, page 30 */
+/* 64 bit time (100 nanosec) 1601 - cifs6.txt, section 3.5, page 30, 4 byte aligned */
 typedef uint64_t NTTIME;
 
 /* 64 bit time (100 nanosec) 1601, but 8 byte aligned 'hyper' type */



More information about the samba-cvs mailing list