summary refs log blame commit diff
path: root/pkgs/os-specific/linux/fanout/remove_auto_mknod.patch
blob: 1f62e2b4633b93edfb384e5e994ecaea8ace36a5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                      
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>