Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2000 10:38:05 +0900
From:      Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
To:        efutch@nyct.net
Cc:        msmith@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG
Subject:   Re: gif and faith as kld... 
Message-ID:  <20000328103805K.shin@nd.net.fujitsu.co.jp>
In-Reply-To: <Pine.BSF.4.05.10003271741050.24832-100000@bsd1.nyct.net>
References:  <200003272238.OAA01373@mass.cdrom.com> <Pine.BSF.4.05.10003271741050.24832-100000@bsd1.nyct.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000328103805K.shin>