summaryrefslogtreecommitdiff
path: root/udev_selinux.h
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-03-24 21:14:08 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:11 -0700
commiteddf1bca24d49055aa409315fd218561005fba07 (patch)
tree94409022cd7b0f585b1995a8204e725df580f611 /udev_selinux.h
parent3bfbe50bd85feb2b26327032dc5fb68773cc785f (diff)
[PATCH] remove selinux support from udev core as it's no longer needed.
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