Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/isa Fix one more #ifdef, and now it actually compile...



details:   https://anonhg.NetBSD.org/src/rev/8d5cfb5e1a92
branches:  trunk
changeset: 477073:8d5cfb5e1a92
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Oct 10 00:14:44 1999 +0000

description:
Fix one more #ifdef, and now it actually compiles again.  *sigh*

diffstat:

 sys/dev/isa/sbdsp.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 37dfda5d0718 -r 8d5cfb5e1a92 sys/dev/isa/sbdsp.c
--- a/sys/dev/isa/sbdsp.c       Sun Oct 10 00:10:26 1999 +0000
+++ b/sys/dev/isa/sbdsp.c       Sun Oct 10 00:14:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sbdsp.c,v 1.100 1999/08/04 10:50:52 augustss Exp $     */
+/*     $NetBSD: sbdsp.c,v 1.101 1999/10/10 00:14:44 mycroft Exp $      */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -2304,7 +2304,7 @@
               (sc->sc_fullduplex ? AUDIO_PROP_FULLDUPLEX : 0);
 }
 
-#if NMIDI > 0
+#if NMPU > 0
 /*
  * MIDI related routines.
  */



Home | Main Index | Thread Index | Old Index