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@

Reply via email to