NetBSD-Bugs archive

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

PR/49144 CVS commit: src/sys/dev



The following reply was made to PR bin/49144; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49144 CVS commit: src/sys/dev
Date: Sat, 6 Sep 2014 18:04:28 +0000

 Module Name:   src
 Committed By:  martin
 Date:          Sat Sep  6 18:04:28 UTC 2014
 
 Modified Files:
        src/sys/dev: clock_subr.c
 
 Log Message:
 Counting leap years was fine while we had 32bit time_t - but now it
 is not a good idea for dates far away in the future.
 For dates in the year 2000 or later, use arithmetic instead (since the
 repeating periods are well aligned). Should fix PR 49144.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.20 -r1.21 src/sys/dev/clock_subr.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index