From: Theo Buehler Subject: Re: routing deamons: use correct type for imsgbuf_get To: tech@openbsd.org Date: Mon, 3 Aug 2026 15:39:04 +0200 On Mon, Aug 03, 2026 at 03:24:55PM +0200, Claudio Jeker wrote: > This diff is similar to the one for iked, httpd, relayd and snmpd. > > The routing deamons normally use n for both imsgbuf_get and imsgbuf_read. > Both functions return int so doing this is more correct. > > I folded the int n into the other int vars where it makes sense. ok tb