K 10 svn:author V 2 ed K 8 svn:date V 27 2016-05-31T08:07:40.963262Z K 7 svn:log V 415 Let define struct timespec. POSIX 2004 doesn't require that this header defines struct timespec, but does allow it. For FreeBSD, we would at least need a forward declaration for sched_rr_get_interval(). POSIX 2008 is a bit more demanding, as it now requires that it is declared. Remove the old forward declaration and include the _timespec.h header. This should conform to both POSIX 2004 and 2008 now. END