CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]> Mon, 3 Aug 2026 12:49:10 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/03 12:49:10 Modified files: usr.sbin/ripd : control.c rde.c ripd.c ripe.c Log message: imsgbuf_get() returns int, so adjust the type of 'n' to int. In most cases n is used for imsgbuf_get() and imsgbuf_read(), both calls return int. OK tb@ kirill@