diff --git a/sys/alpha/alpha/ipl_funcs.c b/sys/alpha/alpha/ipl_funcs.c index 77f32586d27..e038006dc35 100644 --- a/sys/alpha/alpha/ipl_funcs.c +++ b/sys/alpha/alpha/ipl_funcs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ipl_funcs.c,v 1.1 1998/06/10 10:52:49 dfr Exp $ + * $Id: ipl_funcs.c,v 1.2 1998/06/11 11:51:26 dfr Exp $ */ #include @@ -32,6 +32,8 @@ #include #include +unsigned int bio_imask; /* XXX */ + unsigned int netisr; void (*netisrs[32]) __P((void)); u_int64_t ipending;