From e62bce854fc571135ef5a484209f78ae4470831a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 18 Jan 2005 06:38:11 +0000 Subject: 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) --- source4/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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 */ -- cgit