From owner-freebsd-hackers Mon Mar 27 18: 1:59 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.nyct.net (bsd4.nyct.net [204.141.86.6]) by hub.freebsd.org (Postfix) with ESMTP id 8846D37B631 for ; Mon, 27 Mar 2000 18:01:53 -0800 (PST) (envelope-from efutch@nyct.net) Received: from bsd1.nyct.net (efutch@bsd1.nyct.net [204.141.86.3]) by mail.nyct.net (8.8.8/8.8.7) with ESMTP id VAA03578; Mon, 27 Mar 2000 21:01:47 -0500 (EST) (envelope-from efutch@nyct.net) Date: Mon, 27 Mar 2000 21:01:47 -0500 (EST) From: "Eric D. Futch" To: Yoshinobu Inoue Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: gif and faith as kld... In-Reply-To: <20000328103805K.shin@nd.net.fujitsu.co.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I fixed this obvious problem in the latest message I sent with new Makefile's. Note that there might be some side-effect of making gif into a kernel module. When I was using the gif kernel module I couldn't ping6 to anywhere. Now that it's compiled directly into the kernel I can. I have to do more testing I guess. -- Eric Futch New York Connect.Net, Ltd. efutch@nyct.net Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Tue, 28 Mar 2000, Yoshinobu Inoue wrote: > >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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message