OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Mon Jun 01 2009 - 19:21:32 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2009/06/01 18:21:32

Modified files:
        usr.bin/vi/cl : cl_read.c

Log message:
If the read from the tty fails with EAGAIN, pop back up to the select.
Seems to happen occasionally even though select reported the fd is ready.
OK ray