Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa NMIDI -> NMPU, to be consistent with sbdsp.c.



details:   https://anonhg.NetBSD.org/src/rev/0f1d5f7d5db1
branches:  trunk
changeset: 477068:0f1d5f7d5db1
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Oct 09 20:57:28 1999 +0000

description:
NMIDI -> NMPU, to be consistent with sbdsp.c.

diffstat:

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

diffs (18 lines):

diff -r 2d3cb2ed546b -r 0f1d5f7d5db1 sys/dev/isa/sbdspvar.h
--- a/sys/dev/isa/sbdspvar.h    Sat Oct 09 20:54:36 1999 +0000
+++ b/sys/dev/isa/sbdspvar.h    Sat Oct 09 20:57:28 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sbdspvar.h,v 1.45 1999/10/09 20:54:36 mycroft Exp $    */
+/*     $NetBSD: sbdspvar.h,v 1.46 1999/10/09 20:57:28 mycroft Exp $    */
 
 /*
  * Copyright (c) 1991-1993 Regents of the University of California.
@@ -35,7 +35,7 @@
  */
 
 #include "midi.h"
-#if NMIDI > 0
+#if NMPU > 0
 #include <dev/ic/mpuvar.h>
 #endif
 



Home | Main Index | Thread Index | Old Index