depot/pkgs/os-specific/linux/fanout/remove_auto_mknod.patch
Luke Granger-Brown 57725ef3ec Squashed 'third_party/nixpkgs/' content from commit 76612b17c0ce
git-subtree-dir: third_party/nixpkgs
git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
2024-11-10 23:59:47 +00:00

13 lines
338 B
Diff

diff --git a/fanout.c b/fanout.c
index f5d2a55..87125f4 100644
--- a/fanout.c
+++ b/fanout.c
@@ -13,7 +13,7 @@
/* Comment out to forgo the creation of /dev entries
* The companion udev rules 'fanout.rules' sets the special file mode
*/
-#define DEV_MKNOD
+// #define DEV_MKNOD
#include <linux/kernel.h>
#include <linux/module.h>