Module Name: src Committed By: apb Date: Sat Dec 17 19:14:10 UTC 2011
Modified Files: src/lib/libutil: parsedate.y Log Message: Use mktime(3) instead of hand-coded equivalent. Don't treat negative results as errors (we should be able to handle years before 1970). XXX: This still fails on 1969-12-31 23:59:59. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libutil/parsedate.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.