CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/10/28 14:58:38
Modified files: bin/stty : key.c stty.c Log message: Use strtonum() instead of atoi() so that ridiculous sloppy things like ispeed -38400 baud; ospeed 38400 baud; 24 rows; 80 columns; and % stty rows -45; stty size 65491 80 don't happen. ok millert guenther