CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/06 14:15:53
Modified files:
sys/netinet : udp_usrreq.c
Log message:
Unlock `udpctl_vars'.
`udp_sendspace' and `udp_recvspace' are integers which read-only
accessed in udp_attach(). `udpcksum' read-only accessed in udp_output().
No netlock required to modify them through sysctl(2).
ok bluhm
