Staticize a symbol used only in this file.
PR: kern/43613 Submitted by: Matt Emmerton, matt at gsicomp dot on dot ca
This commit is contained in:
parent
6a69a04d9c
commit
b6be180393
@ -122,7 +122,7 @@ smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp)
|
||||
/*
|
||||
* Number of seconds between 1970 and 1601 year
|
||||
*/
|
||||
int64_t DIFF1970TO1601 = 11644473600ULL;
|
||||
static int64_t DIFF1970TO1601 = 11644473600ULL;
|
||||
|
||||
/*
|
||||
* Time from server comes as UTC, so no need to use tz
|
||||
|
Loading…
x
Reference in New Issue
Block a user