CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/01/15 17:07:22
Modified files:
sys/netinet : in_pcb.c in_pcb.h
Log message:
Pass struct inpcb pointer to in_pcb...() functions instead of void
pointer. Allows stricter type checking. No functional change.
OK claudio@
