CVS: cvs.openbsd.org: src

Theo Buehler <[email protected]> Mon, 27 Jul 2026 07:47:34 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/07/27 07:47:34

Modified files:
	sbin/iked      : control.c 
	usr.sbin/ikectl: ikectl.c 

Log message:
iked/ikectl: convert imsg_get() to imsgbuf_get()

The special return value is unused, so it's just using the other function.

ok rsadowski