K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-22T08:03:51.000000Z K 7 svn:log V 426 Removed `volatile' from declaration of `time', and removed the resulting null casts. `time' is nonvolatile for accesses within a region locked by splclock()/splx(). Accesses outside such a region are invalid, and splx() must have the side effect of potentially changing all global variables (since there are hundreds of sort of volatile variables like `time'), so declaring `time' as volatile didn't have any real benefits. END