| Summary: | if_tap and linprocfs modules are brokern in -current | ||
|---|---|---|---|
| Product: | Base System | Reporter: | camel <camel> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | current |
| Priority: | Normal | ||
| Version: | 5.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
camel
2000-11-14 11:00:03 UTC
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 State Changed From-To: open->closed Pilot error. |