[svn] Make cookies_now static.

This commit is contained in:
hniksic 2005-06-27 08:33:28 -07:00
parent b7b86a22fb
commit 40fc711db6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-06-27 Hrvoje Niksic <hniksic@xemacs.org>
* cookies.c: Make cookies_now static.
2005-06-27 Hrvoje Niksic <hniksic@xemacs.org>
* utils.c (human_readable): Remove intermediary cast to long; MSVC

View File

@ -82,7 +82,7 @@ struct cookie_jar {
/* Value set by entry point functions, so that the low-level
routines don't need to call time() all the time. */
time_t cookies_now;
static time_t cookies_now;
struct cookie_jar *
cookie_jar_new (void)