diff options
author | Richard Sharpe <sharpe@samba.org> | 2003-11-26 19:15:22 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2003-11-26 19:15:22 +0000 |
commit | 316f83add76b56fe102f5dc4c9ce3a0413d9a1f4 (patch) | |
tree | 798b99ae68bf7de836ab3529ff0ee03b13c9088e /source/lib/time.c | |
parent | 25aa5df5c79070d0f1273a71617e64fba7831742 (diff) | |
download | samba-316f83add76b56fe102f5dc4c9ce3a0413d9a1f4.tar.gz samba-316f83add76b56fe102f5dc4c9ce3a0413d9a1f4.tar.xz samba-316f83add76b56fe102f5dc4c9ce3a0413d9a1f4.zip |
Clean up a comment noticed by Jonathan Shao@Panasas.com and remove an
obsolete comment by Luke Leighton.
Diffstat (limited to 'source/lib/time.c')
-rw-r--r-- | source/lib/time.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/lib/time.c b/source/lib/time.c index 635ede9be22..faca2cba879 100644 --- a/source/lib/time.c +++ b/source/lib/time.c @@ -465,10 +465,9 @@ void unix_to_nt_time_abs(NTTIME *nt, time_t t) nt->low=~nt->low; } - /**************************************************************************** -take an NTTIME structure, containing high / low time. convert to unix time. -lkclXXXX this may need 2 SIVALs not a memcpy. we'll see... +take a Unix time and convert to an NTTIME structure and place in buffer +pointed to by p. ****************************************************************************/ void put_long_date(char *p,time_t t) { |