CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/10/16 10:22:16
Modified files:
archivers/unzip: Makefile
Added files:
archivers/unzip/patches: patch-funzip_c patch-unzip_c
Log message:
unzip can pledge to use the following: stdio rpath wpath cpath fattr tty.
This is possible now that pledge(2) treats TIOCGWINSZ like TIOCGETA, allowing
it to return ENOTTY rather than killing the process for a non-terminal device.
