diff options
author | Mike Silbersack <silby@FreeBSD.org> | 2004-03-13 21:29:24 +0000 |
---|---|---|
committer | Mike Silbersack <silby@FreeBSD.org> | 2004-03-13 21:29:24 +0000 |
commit | cf1d11951308fb8f82f8a9e57e4271cda429ba3a (patch) | |
tree | 5a241a961527829d24f9e5669f21df867c8f9ec6 /emulators/vmware3/files/patch-ac | |
parent | update port: mail/p3scan (diff) |
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.
Diffstat (limited to 'emulators/vmware3/files/patch-ac')
-rw-r--r-- | emulators/vmware3/files/patch-ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/vmware3/files/patch-ac b/emulators/vmware3/files/patch-ac new file mode 100644 index 000000000000..300ca4b20925 --- /dev/null +++ b/emulators/vmware3/files/patch-ac @@ -0,0 +1,9 @@ +--- 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> |