Date: 18 Nov 2000 02:43:53 +0100 From: Dag-Erling Smorgrav <des@ofug.org> To: camel@avias.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: kern/22838: if_tap and linprocfs modules are brokern in -current Message-ID: <xzpg0kqm4va.fsf@flood.ping.uio.no> In-Reply-To: camel@avias.com's message of "Tue, 14 Nov 2000 13:57:45 %2B0300 (MSK)" References: <200011141057.eAEAvj300993@camel.avias.com>
next in thread | previous in thread | raw e-mail | index | archive | help
camel@avias.com writes: > when i try to kldload if_tap module, the kernel says "symbol lminor > undefined" and fails to load the module. for linprocfs module the > message is "symbol tsleep undefined". these modules are necessary > for VMWare 2.0 port. Your modules are out of synch with your kernel; tsleep() is now a macro wrapper for msleep(). Rebuild your modules and they'll be all right. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpg0kqm4va.fsf>