CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/21 08:36:00
Modified files:
usr.sbin/ntpd : ntpd.c
Log message:
newer gcc is so smart to point out that settime_deadline may be used
uninitialized. of course it is wrong. sprinkle a "= 0" to shut it up.
pointed out by bcook, discussed with, gcc confronted by and ok claudio bcook
