CVS: cvs.openbsd.org: src

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

Modified files:
	usr.sbin/npppd/npppd: control.c privsep.c 

Log message:
Switch from imsg_get() to imsgbuf_get(), the return value is not used
for its size. Also switch type of n to int.

OK tb@