4 * calyearstart - determine the NTP time at midnight of January 1 in
5 * the year of the given date.
10 #include "ntp_calendar.h"
11 #include "ntp_stdlib.h"
14 calyearstart(u_long ntp_time
)
18 caljulian(ntp_time
,&jt
);
22 jt
.hour
= jt
.minute
= jt
.second
= 0;