CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/07 03:55:29
Modified files:
usr.bin/nc : netcat.c
Log message:
Declare strings passed to local_listen() as const. This makes it
consistent to remote_connect() and getaddrinfo(3).
from Nan Xiao
