CVS: cvs.openbsd.org: src

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

Modified files:
	usr.sbin/relayd: control.c 
	usr.sbin/relayctl: relayctl.c 

Log message:
relayd/relayctl: convert imsg_get() to imsgbuf_get()

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

ok rsadowski