add missing splx(). From Jason Thorpe

This commit is contained in:
cgd 1996-05-29 22:24:47 +00:00
parent b3666a87b4
commit f7dcef06d4
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: event.c,v 1.1 1996/04/12 02:00:44 cgd Exp $ */
/* $NetBSD: event.c,v 1.2 1996/05/29 22:24:47 cgd Exp $ */
/*
* Copyright (c) 1992, 1993
@ -164,6 +164,7 @@ ev_select(ev, rw, p)
break;
case FWRITE:
splx(s);
return (1); /* always fails => never blocks */
}
splx(s);