Fix this again. This time only for prep, and not all of powerpc, which

broke macppc.
This commit is contained in:
garbled 2000-03-21 18:05:55 +00:00
parent 4eaf8d2b77
commit 6125f7a094

View File

@ -1,4 +1,4 @@
/* $NetBSD: midi_if.h,v 1.7 2000/03/21 04:23:22 garbled Exp $ */
/* $NetBSD: midi_if.h,v 1.8 2000/03/21 18:05:55 garbled Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -67,7 +67,7 @@ int midi_unit_count __P((void));
void midi_getinfo __P((dev_t, struct midi_info *));
int midi_writebytes __P((int, u_char *, int));
#if !defined(__i386__) && !defined(__arm32__)
#if !defined(__i386__) && !defined(__arm32__) && !defined(prep)
#define splaudio splbio /* XXX */
#define IPL_AUDIO IPL_BIO /* XXX */
#endif