Module Name: src Committed By: riastradh Date: Tue May 19 23:35:11 UTC 2015
Modified Files: src/sys/sys: time.h Log Message: Avoid C99 initializers outside _KERNEL. Various software is built with, e.g., gcc without -std=c99, which defaults to c89, which chokes on these. Noted by Kamil Rytarowski. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/sys/time.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.