Date: Mon, 15 Jun 1998 22:37:03 +0200 From: Eivind Eklund <eivind@yes.no> To: Andreas Klemm <andreas@klemm.gtn.com>, Michael Bielicki <Michael.Bielicki@linkdesign.com>, freebsd-isdn@FreeBSD.ORG Subject: Re: =?iso-8859-1?Q?Can=B4t_compile_CURRENT_Kernel_with_i4b-0=2E62?= Message-ID: <19980615223703.50329@follo.net> In-Reply-To: <19980615201056.A1716@klemm.gtn.com>; from Andreas Klemm on Mon, Jun 15, 1998 at 08:10:56PM %2B0200 References: <XFMail.980615135159.Michael.Bielicki@Linkdesign.com> <19980615201056.A1716@klemm.gtn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980615223703.50329>