Fix PPBPRI #define - it was missing parenthesis which messed up a

call to tsleep() in dev/ppbus/ppbconf.c.  Also fixup initializers.
This commit is contained in:
Matthew Dillon 1999-01-27 19:44:05 +00:00
parent 6a59f7d85f
commit a56d629240
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: ppbconf.h,v 1.10 1999/01/10 12:04:55 nsouch Exp $
* $Id: ppbconf.h,v 1.11 1999/01/10 16:41:14 nsouch Exp $
*
*/
#ifndef __PPBCONF_H
@ -34,7 +34,7 @@
/*
* Parallel Port Bus sleep/wakeup queue.
*/
#define PPBPRI PZERO+8
#define PPBPRI (PZERO+8)
/*
* Parallel Port Chipset mode masks.