CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/18 05:45:34
Modified files:
usr.bin/nc : netcat.c
Log message:
nc: factor printing of connection info into a function
This simply moves a chunk of code in this spaghetti mess into its own
function with minimal changes.
idea from a diff by mpf
