CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/21 08:31:03
Modified files:
usr.sbin/ntpd : ntp.c
Log message:
newer gcc thinks it's smart (do they call it AI yet?) and points out
peercount may be used unitialized. of course it is utterly wrong.
move peercount = 0 initialization 2 lines up to shut gcc up
pointed out by bcook, dicussed with, gcc-checked by and ok bcook claudio
