minor reformat

This commit is contained in:
Christopher Faylor 2002-11-07 03:41:16 +00:00
parent c8fae3c17b
commit f7618386af
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
2002-11-05 Sergey Okhapkin <sos@prospect.com.ru>
* fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for minchars.
* fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for
minchars.
(fhandler_serial::ioctl): Set errno if the ClearCommError fails.
(fhandler_serial::tcsetattr): Use correct value for vmin_.
(fhandler_serial::tcgetattr): Ditto.