From owner-freebsd-hackers Mon Mar 27 17:37:11 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from fgwmail7.fujitsu.co.jp (fgwmail7.fujitsu.co.jp [192.51.44.37]) by hub.freebsd.org (Postfix) with ESMTP id CE5E037B887; Mon, 27 Mar 2000 17:37:08 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m2.gw.fujitsu.co.jp by fgwmail7.fujitsu.co.jp (8.9.3/3.7W-MX0002-Fujitsu Gateway) id KAA24256; Tue, 28 Mar 2000 10:37:10 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from chisato.nd.net.fujitsu.co.jp by m2.gw.fujitsu.co.jp (8.9.3/3.7W-0003-Fujitsu Domain Master) id KAA11105; Tue, 28 Mar 2000 10:37:05 +0900 (JST) Received: from localhost (dhcp7173.nd.net.fujitsu.co.jp [10.18.7.173]) by chisato.nd.net.fujitsu.co.jp (8.8.5+2.7Wbeta5/3.3W8chisato-970826) with ESMTP id KAA22716; Tue, 28 Mar 2000 10:37:04 +0900 (JST) To: efutch@nyct.net Cc: msmith@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: gif and faith as kld... In-Reply-To: References: <200003272238.OAA01373@mass.cdrom.com> X-Mailer: Mew version 1.94 on Emacs 20.4 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000328103805K.shin@nd.net.fujitsu.co.jp> Date: Tue, 28 Mar 2000 10:38:05 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 21 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Ahh.. thanks for the quick reply... > > Mar 27 16:43:35 quake /kernel: link_elf: symbol in_gif_output undefined > Mar 27 17:06:08 quake /kernel: link_elf: symbol in_gif_output undefined > Mar 27 17:08:33 quake /kernel: link_elf: symbol in_gif_output undefined > Mar 27 17:10:25 quake /kernel: link_elf: symbol in_gif_output undefined > > Gonna go sit in the corner now and think about that one :) in_gif_output() is defined in netinet/in_gif.c, and the files are only used when either of INET and gif are specified in config. Same thing applies to netinet6/in6_gif.c. from sys/conf/files: netinet/in_gif.c optional gif inet netinet6/in6_gif.c optional gif inet6 So should these also be used in the kld module? Cheers, Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message