Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Nov 2000 17:50:05 -0800 (PST)
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/22838: if_tap and linprocfs modules are brokern in -current
Message-ID:  <200011180150.RAA72536@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/22838; it has been noted by GNATS.

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
Date: 18 Nov 2000 02:43:53 +0100

 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-bugs" in the body of the message




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