CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/23 02:57:18
Modified files:
bin/stty : stty.c
Log message:
Before terminal characteristics are displayed, stty(1) activates
pledge(2). Then the values cannot be modified anymore. Let stty
error out if the display and modify mode are combined on the command
line to avoid a pledge violation later on.
OK deraadt@
