CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2016/02/17 14:52:06
Modified files: sys/kern : kern_pledge.c Log message: Return ENOTTY for TIOCFLUSH when allowed by pledge but the fd is not a tty. Fixes a pledge failure in telnet when piping the output. OK deraadt@