mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
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.
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
--- 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>
|