Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/smbfs make DIFF1970TO1601 static



details:   https://anonhg.NetBSD.org/src/rev/519bfcf56aab
branches:  trunk
changeset: 543288:519bfcf56aab
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Feb 21 21:46:45 2003 +0000

description:
make DIFF1970TO1601 static
problem reported in FreeBSD patch request #43613 by Matt Emmerton

diffstat:

 sys/fs/smbfs/smbfs_subr.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 08a195937309 -r 519bfcf56aab sys/fs/smbfs/smbfs_subr.c
--- a/sys/fs/smbfs/smbfs_subr.c Fri Feb 21 21:12:24 2003 +0000
+++ b/sys/fs/smbfs/smbfs_subr.c Fri Feb 21 21:46:45 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smbfs_subr.c,v 1.5 2003/02/20 15:34:42 jdolecek Exp $  */
+/*     $NetBSD: smbfs_subr.c,v 1.6 2003/02/21 21:46:45 jdolecek Exp $  */
 
 /*
  * Copyright (c) 2000-2001, Boris Popov
@@ -123,7 +123,7 @@
 /*
  * Number of seconds between 1970 and 1601 year
  */
-const int64_t DIFF1970TO1601 = 11644473600ULL;
+static const int64_t DIFF1970TO1601 = 11644473600ULL;
 
 /*
  * Time from server comes as UTC, so no need to use tz



Home | Main Index | Thread Index | Old Index