]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/spawn-polkit-agent.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / shared / spawn-polkit-agent.c
index 7dae4d14fe22648a64fcfb3f3ef2fdd84cc0b135..423069fb0ec2ccf7a877195a85c23d4367bd8c2a 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -33,7 +34,7 @@
 #include "time-util.h"
 #include "util.h"
 
-#ifdef ENABLE_POLKIT
+#if ENABLE_POLKIT
 static pid_t agent_pid = 0;
 
 int polkit_agent_open(void) {