chiark / gitweb /
Prep v238: Uncomment now needed headers and unmask now needed functions in src/basic...
[elogind.git] / src / basic / mkdir-label.c
index 59ba85b85dc7c0ead1972828180dba952c7f4157..3fa642578b994c36a455fb405189e369e6f9838f 100644 (file)
 ***/
 
 #include <stdio.h>
-//#include <sys/stat.h>
+#include <sys/stat.h>
 #include <sys/types.h>
 #include <unistd.h>
 
 #include "label.h"
-//#include "macro.h"
+#include "macro.h"
 #include "mkdir.h"
-//#include "selinux-util.h"
-//#include "smack-util.h"
+#include "selinux-util.h"
+#include "smack-util.h"
 
 int mkdir_label(const char *path, mode_t mode) {
         int r;