diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-08 20:58:06 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-08 20:58:06 +0000 |
commit | e0eb390ab3e2a0cce191e78ea4ff90d088a8895c (patch) | |
tree | 02a536b3f83761da1c7c95d07f6f1cad4b76be8f /source/lib/time.c | |
parent | 6d27c5f32dab7607398ae907eadb1c27a416da0d (diff) | |
download | samba-e0eb390ab3e2a0cce191e78ea4ff90d088a8895c.tar.gz samba-e0eb390ab3e2a0cce191e78ea4ff90d088a8895c.tar.xz samba-e0eb390ab3e2a0cce191e78ea4ff90d088a8895c.zip |
const feeding frenzy
Diffstat (limited to 'source/lib/time.c')
-rw-r--r-- | source/lib/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/time.c b/source/lib/time.c index 85f60063899..c332b906a0c 100644 --- a/source/lib/time.c +++ b/source/lib/time.c @@ -247,7 +247,7 @@ its the GMT you get by taking a localtime and adding the serverzone. This is NOT the same as GMT in some cases. This routine converts this to real GMT. ****************************************************************************/ -time_t nt_time_to_unix(NTTIME *nt) +time_t nt_time_to_unix(const NTTIME *nt) { double d; time_t ret; |