diff options
Diffstat (limited to 'source4/lib/time.c')
-rw-r--r-- | source4/lib/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/time.c b/source4/lib/time.c index bd8d7ddb30..fec4dd62a2 100644 --- a/source4/lib/time.c +++ b/source4/lib/time.c @@ -137,7 +137,7 @@ void unix_to_nt_time(NTTIME *nt, time_t t) /**************************************************************************** check if it's a null mtime ****************************************************************************/ -BOOL null_mtime(time_t mtime) +static BOOL null_mtime(time_t mtime) { return mtime == 0 || mtime == (time_t)0xFFFFFFFF || |