From owner-freebsd-multimedia Sat Feb 7 00:24:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04946 for freebsd-multimedia-outgoing; Sat, 7 Feb 1998 00:24:45 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA04941 for ; Sat, 7 Feb 1998 00:24:43 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id HAA11718; Sat, 7 Feb 1998 07:54:36 +0100 From: Luigi Rizzo Message-Id: <199802070654.HAA11718@labinfo.iet.unipi.it> Subject: Re: snd980123 and FreeBSD 2.2-980123-SNAP To: jake@erehwon.org (Jake) Date: Sat, 7 Feb 1998 07:54:35 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <34DBA68C.41C67EA6@erehwon.org> from "Jake" at Feb 6, 98 04:10:33 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-multimedia" > in my kernel config, but I get these errors: > > %make > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include > -DCOMPAT_43 -DMSDOSFS -DFFS -DINET -DKERNEL ../../i386/isa/isa.c > ../../i386/isa/isa.c:669: warning: no previous prototype for > `isa_dmastatus' > ../../i386/isa/isa.c:752: redefinition of `isa_dmastatus' > ../../i386/isa/isa.c:669: `isa_dmastatus' previously defined here ... I suspect you have applied the patches to isa.c twice resulting in two instances of each of the new functions (or, you have fetched isa.c from -stable, where those patches are now in) ? chees luigi