Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Oops; this should get mpu.h, not midi.h.



details:   https://anonhg.NetBSD.org/src/rev/37dfda5d0718
branches:  trunk
changeset: 477072:37dfda5d0718
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Oct 10 00:10:26 1999 +0000

description:
Oops; this should get mpu.h, not midi.h.

diffstat:

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

diffs (18 lines):

diff -r 5fe3fc4b17c5 -r 37dfda5d0718 sys/dev/isa/sbdspvar.h
--- a/sys/dev/isa/sbdspvar.h    Sun Oct 10 00:08:24 1999 +0000
+++ b/sys/dev/isa/sbdspvar.h    Sun Oct 10 00:10:26 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sbdspvar.h,v 1.46 1999/10/09 20:57:28 mycroft Exp $    */
+/*     $NetBSD: sbdspvar.h,v 1.47 1999/10/10 00:10:26 mycroft Exp $    */
 
 /*
  * Copyright (c) 1991-1993 Regents of the University of California.
@@ -34,7 +34,7 @@
  *
  */
 
-#include "midi.h"
+#include "mpu.h"
 #if NMPU > 0
 #include <dev/ic/mpuvar.h>
 #endif



Home | Main Index | Thread Index | Old Index