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@
