diff options
author | Tim Potter <tpot@samba.org> | 2005-01-18 06:38:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:58 -0500 |
commit | e62bce854fc571135ef5a484209f78ae4470831a (patch) | |
tree | 5425b167ba69a75ab095745dc22f3ae5ac3e13fd | |
parent | b19268ddc539ff88b3a03627b8ee4bbbd48813b9 (diff) | |
download | samba-e62bce854fc571135ef5a484209f78ae4470831a.tar.gz samba-e62bce854fc571135ef5a484209f78ae4470831a.tar.bz2 samba-e62bce854fc571135ef5a484209f78ae4470831a.zip |
r4816: Note that NTTIME is 4-byte aligned which makes the comment about alignment
for NTTIME_hyper make a bit more sense.
(This used to be commit 03c1dcb59658e92da6f7643350c06f9efa42f6c4)
-rw-r--r-- | source4/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h index f5115edc08..3032847460 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -199,7 +199,7 @@ typedef struct data_blob { /* 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 */ |