pledge "stdio tty" works once the kernel allows TIOCGWINSZ. Do the pledge
authorderaadt <deraadt@openbsd.org>
Sun, 11 Oct 2015 15:27:19 +0000 (15:27 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 11 Oct 2015 15:27:19 +0000 (15:27 +0000)
commit3f8aab897970f6bf05eb037c633a82c0f7501798
tree4ed1dbb9dd7c7318e313fd8551f1e0ec179de713
parenta7db81ee83fce04c27ba6a3f7747f0c61712d522
pledge "stdio tty" works once the kernel allows TIOCGWINSZ.  Do the pledge
after TIOCGETD, which the kernel is unlikely to support (does not feel like
a good idea for a program to switch line disc, and therefor not worth allowing
the program to ask either)
bin/stty/stty.c