altos: Always include a check for stdio overflow
authorKeith Packard <keithp@keithp.com>
Sun, 1 Feb 2015 15:42:01 +0000 (16:42 +0100)
committerKeith Packard <keithp@keithp.com>
Sun, 1 Feb 2015 15:42:01 +0000 (16:42 +0100)
commita138e05ae6241a6743ca9f64528124f5f6c8e0ee
treeb0cbc19b0158dd67931b5ee57ef771381b0fbc40
parent870428a909025988a8cd834755ea166e2d1e34ca
altos: Always include a check for stdio overflow

For some reason, the check for running out of space to record stdio
devices was disabled when only one device was expected.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_stdio.c