From 0eb897823b24112733c390d61bb319a4123e192d Mon Sep 17 00:00:00 2001 From: wrstuden Date: Mon, 17 Jul 2000 16:57:19 +0000 Subject: [PATCH] There is no music device - g.c. its cdev_decl. --- sys/arch/macppc/macppc/conf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c index b2d618fbb497..93979f9fef12 100644 --- a/sys/arch/macppc/macppc/conf.c +++ b/sys/arch/macppc/macppc/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.23 2000/07/04 05:48:36 wrstuden Exp $ */ +/* $NetBSD: conf.c,v 1.24 2000/07/17 16:57:19 wrstuden Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -111,7 +111,6 @@ cdev_decl(audio); #include "midi.h" cdev_decl(midi); #include "sequencer.h" -cdev_decl(music); #include "ss.h" #include "uk.h" #include "ite.h"