CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2015/11/12 13:33:52
Modified files: usr.bin/nc : netcat.c Log message: with -V argument, dont set rtable on the socket, instead set if for the whole process, before pledge(). This way the rtable can be pledged too. the discussion about removing -V is postponed. diff from beck@, i wrote the same diff without seeing his, and various people at u2k15 agreed this is the right thing to do. ok phessler@