Hopefully fixing cookie bustage. Patch from dwitte@stanford.edu

This commit is contained in:
stephend%netscape.com 2003-03-22 07:18:37 +00:00
parent dbf9d993b9
commit a388fe0c84

View File

@ -50,7 +50,7 @@
// XXX these casts and constructs are horrible, but our nsInt64/nsTime
// classes are lacking so we need them for now. see bug 198694.
#define USEC_PER_SEC (nsInt64(long(PR_USEC_PER_SEC)))
#define USEC_PER_SEC (nsInt64(PRInt64(1000000)))
#define NOW_IN_SECONDS (nsInt64(PR_Now()) / USEC_PER_SEC)
// main cookie storage struct