From b6be180393e065e9f77a7bad567f8aecf838e0da Mon Sep 17 00:00:00 2001 From: anholt Date: Fri, 6 May 2005 20:47:09 +0000 Subject: Staticize a symbol used only in this file. PR: kern/43613 Submitted by: Matt Emmerton, matt at gsicomp dot on dot ca --- sys/fs/smbfs/smbfs_subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/smbfs') diff --git a/sys/fs/smbfs/smbfs_subr.c b/sys/fs/smbfs/smbfs_subr.c index 1d26ac1..a91cc79 100644 --- a/sys/fs/smbfs/smbfs_subr.c +++ b/sys/fs/smbfs/smbfs_subr.c @@ -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 -- cgit v1.1