From owner-freebsd-bugs Fri Nov 17 17:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F168737B479 for ; Fri, 17 Nov 2000 17:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA72536; Fri, 17 Nov 2000 17:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 17 Nov 2000 17:50:05 -0800 (PST) Message-Id: <200011180150.RAA72536@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: kern/22838: if_tap and linprocfs modules are brokern in -current Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/22838; it has been noted by GNATS. From: Dag-Erling Smorgrav 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