diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-01-17 14:25:19 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-01-17 14:25:19 +0000 |
| commit | f9e730bbb343d0a6aff3a9d4a7ea18dc1cf3ddc5 (patch) | |
| tree | 177bb92dc90fe7470a5243ffb408a28b083611b8 /sys/dev/syscons/star | |
| parent | 6d479db3c3546b842c19fad64a7b07ee4f996211 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/star')
| -rw-r--r-- | sys/dev/syscons/star/star_saver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/star/star_saver.c b/sys/dev/syscons/star/star_saver.c index ca4b588004b9..463a0ae0f3f8 100644 --- a/sys/dev/syscons/star/star_saver.c +++ b/sys/dev/syscons/star/star_saver.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: star_saver.c,v 1.17 1998/11/04 03:49:39 peter Exp $ + * $Id: star_saver.c,v 1.18 1999/01/11 03:18:53 yokota Exp $ */ #include <sys/param.h> @@ -59,7 +59,7 @@ star_saver(video_adapter_t *adp, int blank) if (blank) { if (adp->va_mode_flags & V_INFO_GRAPHICS) - return ENODEV; + return EAGAIN; if (!blanked) { window = (u_short *)adp->va_window; /* clear the screen and set the border color */ |
