X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Flabel.c;h=ed7be67b0be57a9145a7856e8f17c41b436be12d;hb=893c787a64c37b37e94cdce8e3edcfbc4cbb6984;hp=73c15cb63365f4e2c96cba498e0cca2b80a74e48;hpb=3b22396a4b2767a98172f6915929c47738cb0a1e;p=elogind.git diff --git a/src/basic/label.c b/src/basic/label.c index 73c15cb63..ed7be67b0 100644 --- a/src/basic/label.c +++ b/src/basic/label.c @@ -19,10 +19,10 @@ along with systemd; If not, see . ***/ +#include "label.h" #include "selinux-util.h" #include "smack-util.h" #include "util.h" -#include "label.h" int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { int r, q; @@ -58,8 +58,7 @@ int mkdir_label(const char *path, mode_t mode) { return mac_smack_fix(path, false, false); } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind int symlink_label(const char *old_path, const char *new_path) { int r;