From owner-freebsd-hackers Wed Aug 6 17:14:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA29760 for hackers-outgoing; Wed, 6 Aug 1997 17:14:38 -0700 (PDT) Received: from zibbi.mikom.csir.co.za ([146.64.24.58]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA29755 for ; Wed, 6 Aug 1997 17:14:34 -0700 (PDT) Received: (from pallenby@localhost) by zibbi.mikom.csir.co.za (8.8.6/8.8.5) id CAA23202 for hackers@freebsd.org; Thu, 7 Aug 1997 02:13:40 +0200 (SAT) From: Paul Allenby Message-Id: <199708070013.CAA23202@zibbi.mikom.csir.co.za> Subject: kernel don't compile To: hackers@freebsd.org Date: Thu, 7 Aug 1997 02:13:40 +0200 (SAT) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As of this morning... intr_machdep.c cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DAPM_BROKEN_STATCLOCK -DLINUX -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -include opt_global.h ../../i386/isa/isa.c ../../i386/isa/isa.c: In function `isa_dmastatus': ../../i386/isa/isa.c:935: parse error before `<' ../../i386/isa/isa.c:938: parse error before `==' ../../i386/isa/isa.c:943: `_data' undeclared (first use this function) ../../i386/isa/isa.c:943: (Each undeclared identifier is reported only once ../../i386/isa/isa.c:943: for each function it appears in.) ../../i386/isa/isa.c:943: warning: control reaches end of non-void function ../../i386/isa/isa.c: At top level: ../../i386/isa/isa.c:943: parse error before `)' ../../i386/isa/isa.c:944: braced-group within expression allowed only inside a function FYI Paul