Re: routing deamons: use correct type for imsgbuf_get
Theo Buehler <[email protected]> Mon, 3 Aug 2026 15:39:04 +0200
| Newsgroups | gmane.os.openbsd.tech |
|---|---|
| Message-ID | <[email protected]> |
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