freebsd-ports/emulators/vmware3/files/patch-ac
Mike Silbersack cf1d119513 A slew of changes to allow vmware3 to work on 5.x with dynamic device
numbering while not breaking 4.x compatibility:

- Stop using device nodes in /usr/compat/linux/dev and instead rely
on the linuxaltor passing though to /dev
- Create needed device nodes in /dev (on 4.x)
- Account for a change in falloc's semantics that was preventing
the vmmon module from being unloaded on 5.1+ machines.
2004-03-13 21:29:24 +00:00

9 lines
266 B
Text

--- vmmon-only/Makefile.freebsd.orig Sat Mar 13 04:33:32 2004
+++ vmmon-only/Makefile.freebsd Sat Mar 13 04:41:33 2004
@@ -32,6 +32,5 @@
device:
rm -f /compat/linux/dev/${DEVNAME}
- mknod /compat/linux/dev/${DEVNAME} c ${CDEV_MAJOR} 0
.include <bsd.kmod.mk>