CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/08/04 15:50:59
Modified files: sys/netinet6 : nd6.c Log message: Convert nd6_timer_next from int to time_t. Coverity found that global variable nd6_timer_next stores time_t value and compares it with this type. CID 1526447