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 | e83fc388b3b13c5c4674683e4b399491f666d705 (patch) | |
tree | 66a4e762b7f82248934bac2a06280437e6591d14 /source3/lib | |
parent | ee8fc934146bf631224b9aed1c4493135fcd3fa5 (diff) | |
download | samba-e83fc388b3b13c5c4674683e4b399491f666d705.tar.gz samba-e83fc388b3b13c5c4674683e4b399491f666d705.tar.bz2 samba-e83fc388b3b13c5c4674683e4b399491f666d705.zip |
Clean up a comment noticed by Jonathan Shao@Panasas.com and remove an
obsolete comment by Luke Leighton.
(This used to be commit 316f83add76b56fe102f5dc4c9ce3a0413d9a1f4)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/time.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/lib/time.c b/source3/lib/time.c index 635ede9be2..faca2cba87 100644 --- a/source3/lib/time.c +++ b/source3/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) { |