CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/03 12:48:58
Modified files:
usr.sbin/ospf6d: control.c ospf6d.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@
