CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/12 04:19:40
Modified files:
usr.bin/nc : netcat.c
Log message:
Unbreak nc -6 -l. Don't retrieve and thus later set the routing table
unless -V is passed (intent of the previous commit), and use SOL_SOCKET
instead of IPPROTO_IP to set the rtable in local_listen(). ok sthen@
