add missing union sun3sir sun3sir; (hi gimpy!)

This commit is contained in:
lukem 2002-05-18 06:59:12 +00:00
parent 4f62edefc0
commit 491a00e92d
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.78 2002/03/20 17:59:27 christos Exp $ */
/* $NetBSD: machdep.c,v 1.79 2002/05/18 06:59:12 lukem Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -112,6 +112,8 @@ caddr_t msgbufaddr;
/* Virtual page frame for /dev/mem (see mem.c) */
vaddr_t vmmap;
union sun3sir sun3sir;
/*
* safepri is a safe priority for sleep to set for a spin-wait
* during autoconfiguration or after a panic.