CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/23 13:41:42
Modified files:
sys/netinet : tcp_debug.c tcp_debug.h
sys/sys : protosw.h
Log message:
Fix printf(9) format strings so that a kernel with TCPDEBUG compiles.
Mark the string variables with TCP debugging names as constant.
OK mpi@
