From owner-freebsd-isdn Mon Jun 15 13:37:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22300 for freebsd-isdn-outgoing; Mon, 15 Jun 1998 13:37:34 -0700 (PDT) (envelope-from owner-freebsd-isdn@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 NAA22260 for ; Mon, 15 Jun 1998 13:37:22 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id UAA03797; Mon, 15 Jun 1998 20:37:05 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id WAA00721; Mon, 15 Jun 1998 22:37:04 +0200 (MET DST) Message-ID: <19980615223703.50329@follo.net> Date: Mon, 15 Jun 1998 22:37:03 +0200 From: Eivind Eklund To: Andreas Klemm , Michael Bielicki , freebsd-isdn@FreeBSD.ORG Subject: Re: =?iso-8859-1?Q?Can=B4t_compile_CURRENT_Kernel_with_i4b-0=2E62?= References: <19980615201056.A1716@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980615201056.A1716@klemm.gtn.com>; from Andreas Klemm on Mon, Jun 15, 1998 at 08:10:56PM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jun 15, 1998 at 08:10:56PM +0200, Andreas Klemm wrote: > On Mon, Jun 15, 1998 at 01:51:59PM +0200, Michael Bielicki wrote: > > Hi Folks, > > I get the following error when compiling a kernel with i4b on CURRENT as of > > today > > > > root@cyprus(5)# make > > cc -c -O -m486 -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > > -Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I../../../include > > -DKERNEL -include opt_global.h ../../i4b/driver/i4b_trace.c > > ../../i4b/driver/i4b_trace.c:414: conflicting types for `i4btrcioctl' > > ../../i4b/driver/i4b_trace.c:124: previous declaration of `i4btrcioctl' > > *** Error code 1 > > Strange, mine is from yesterday and it works well. It shouldn't work. The types for the ioctl command is changed to be u_long instead of int. Perhaps you've not run 'make depend' and have old object files lying around? Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message