]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/label.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / label.c
index 82f10b21bd7142ed2adddd83a186afc67b28be0c..ce81d286abe9bc8bf0ba977e717037b1023764a3 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <errno.h>
+#include <sys/stat.h>
+#include <unistd.h>
+
+#include "label.h"
+#include "macro.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;