Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2000 18:31:26 +0100 (CET)
From:      Michael Reifenberger <root@nihil.plaut.de>
To:        freebsd-isdn@freebsd.org
Subject:   i4b und Netgraph under -stable
Message-ID:  <Pine.BSF.4.21.0011041805270.93752-100000@localhost>

next in thread | raw e-mail | index | archive | help
Hi,
I wantet to compile a kernel (-stable) with i4b (-current) and enabled "i4bing"
device and get during compilation:

cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -include opt_global.h -elf  -mpreferred-stack-boundary=2  ../../i4b/driver/i4b_ing.c
../../i4b/driver/i4b_ing.c:636: conflicting types for `ng_ing_rcvmsg'
../../i4b/driver/i4b_ing.c:168: previous declaration of `ng_ing_rcvmsg'
../../i4b/driver/i4b_ing.c:752: conflicting types for `ng_ing_rcvdata'
../../i4b/driver/i4b_ing.c:172: previous declaration of `ng_ing_rcvdata'
*** Error code 1
Stop in /usr/src/sys/compile/foo.

It seems that in -stable ng_rcvmsg_t doesn't have a "hook_p lasthook"
and ng_rcvdata no "struct mbuf **ret_m, meta_p *ret_meta " members.

I thougth netgraph on par between -stable and -current.

Bye!
----
Michael Reifenberger
^.*Plaut.*$, IT, R/3 Basis, GPS



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?Pine.BSF.4.21.0011041805270.93752-100000>