CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2016/05/28 14:14:58
Modified files: usr.bin/nc : netcat.c Log message: Fix pledge violation with -P s used and we need to supply a password for an http proxy - we need tty in this case. Found and fixed by Anthony Coulter <b...@anthonycoulter.name>. ok tb@