summaryrefslogtreecommitdiff
path: root/udev_selinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev_selinux.h')
-rw-r--r--udev_selinux.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/udev_selinux.h b/udev_selinux.h
deleted file mode 100644
index 77a1f36bd9..0000000000
--- a/udev_selinux.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef UDEV_SELINUX_H
-#define UDEV_SELINUX_H
-
-#ifdef USE_SELINUX
-extern void selinux_add_node(char *filename);
-#else
-static void selinux_add_node(char *filename) { }
-#endif
-
-#endif