CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/11/21 06:18:38
Modified files:
sbin/dhcp6leased: dhcp6leased.c
sbin/dhcpleased: dhcpleased.c
sbin/iked : proc.c
sbin/slaacd : slaacd.c
sbin/unwind : unwind.c
usr.bin/tmux : proc.c
usr.sbin/bgpd : bgpd.c control.c rde.c
usr.sbin/dvmrpd: dvmrpd.c
usr.sbin/eigrpd: eigrpd.c
usr.sbin/httpd : proc.c
usr.sbin/ldapd : imsgev.c
usr.sbin/ldpd : ldpd.c
usr.sbin/npppd/npppd: control.c npppd.c npppd_ctl.c
usr.sbin/ntpd : ntp.c ntp_dns.c ntpd.c
usr.sbin/ospf6d: ospf6d.c
usr.sbin/ospfd : ospfd.c
usr.sbin/rad : rad.c
usr.sbin/radiusd: imsg_subr.c radiusd.c radiusd_module.c
usr.sbin/relayd: proc.c
usr.sbin/ripd : ripd.c
usr.sbin/smtpd : mproc.c
usr.sbin/snmpd : proc.c
usr.sbin/vmd : proc.c
usr.sbin/ypldap: ypldap.c
Log message:
Use imsgbuf_queuelen() instead of accessing the w.queue member.
OK tb@