diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-07-16 14:14:37 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-07-16 14:14:37 -0500 |
commit | 010c2ab18b4be2068237cf0db97e9348bba65ac6 (patch) | |
tree | 913a58946b6b3e614ebd270f79fcbd2fc1e3cd4c /src/rc/checkpath.c | |
parent | 9c689542c3246e793310db938374bc97600435e6 (diff) |
Rename SELinux source files
The name rc-selinux-util.* is a bit long, so I renamed the source files
to rc-selinux.*
X-Gentoo-Bug: 516956
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=516956
Diffstat (limited to 'src/rc/checkpath.c')
-rw-r--r-- | src/rc/checkpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c index 6945b670..b0384bdb 100644 --- a/src/rc/checkpath.c +++ b/src/rc/checkpath.c @@ -47,7 +47,7 @@ #include "rc-misc.h" #ifdef HAVE_SELINUX -#include "rc-selinux-util.h" +#include "rc-selinux.h" #endif typedef enum { |