CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]> Mon, 3 Aug 2026 12:48:06 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/03 12:48:06 Modified files: usr.sbin/eigrpd: control.c eigrpd.c rde.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@