From owner-cvs-all Tue Feb 10 07:58:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16075 for cvs-all-outgoing; Tue, 10 Feb 1998 07:58:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16044; Tue, 10 Feb 1998 07:58:24 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id PAA05670; Tue, 10 Feb 1998 15:58:22 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id QAA15662; Tue, 10 Feb 1998 16:58:21 +0100 (MET) Message-ID: <19980210165820.46391@follo.net> Date: Tue, 10 Feb 1998 16:58:20 +0100 From: Eivind Eklund To: Chris Timmons Cc: Eivind Eklund , cvs-committers@FreeBSD.ORG Subject: Re: mega-commit loose end References: <199802090611.WAA18743@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Chris Timmons on Tue, Feb 10, 1998 at 06:07:17AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Feb 10, 1998 at 06:07:17AM -0800, Chris Timmons wrote: > > RCS file: /home/ncvs/src/sys/i386/isa/sound/ad1848.c,v > retrieving revision 1.19 > retrieving revision 1.20 > diff -r1.19 -r1.20 > 60,63d59 > < #if !defined(CONFIG_CS4232) > < extern struct isa_driver mssdriver; > < #endif > < > > revision 1.20 > date: 1998/02/09 06:08:51; author: eivind; state: Exp; lines: +0 -4 > Staticize. > > cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wuninitialized -nostdinc -I- -I. -I../.. -I../../../include > -DDFLSSIZ=33554432UL -DKERNEL -include opt_global.h > ../../i386/isa/sound/ad1848.c > ../../i386/isa/sound/ad1848.c:161: warning: function declaration isn't a > prototype > ../../i386/isa/sound/ad1848.c: In function `adintr': > ../../i386/isa/sound/ad1848.c:171: `mssdriver' undeclared (first use this > function) > ../../i386/isa/sound/ad1848.c:171: (Each undeclared identifier is reported > only once > ../../i386/isa/sound/ad1848.c:171: for each function it appears in.) > *** Error code 1 That's due to a conflict with Luigis sound-drivers. I'll take care of it. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message