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
47519fc952
commit
1493ed4108
@ -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…
Reference in New Issue
Block a user