CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/20 13:16:29
Modified files:
sys/netinet : in_pcb.h
Log message:
Include sys/mutex.h from netinet/in_pcb.h. Struct mutex will be
needed to make inpcb in kernel MP safe. To build sysctl and libkvm
based programs, we have to export it to userland.
OK claudio@
