CVS: cvs.openbsd.org: src

Claudio Jeker <[email protected]> Tue, 4 Aug 2026 13:05:21 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/08/04 13:05:21

Modified files:
	usr.sbin/ntpd  : constraint.c control.c ntp.c ntp_dns.c ntpd.c 

Log message:
Adjust type of 'n' used by imsgbuf_get and imsgbuf_read to int.

Additionally stop abusing 'n' for other means and use better variables
for those cases.

OK tb@