cf1d119513
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.
9 lines
266 B
Text
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>
|