]> git.proxmox.com Git - systemd.git/blobdiff - src/nspawn/nspawn-patch-uid.h
New upstream version 236
[systemd.git] / src / nspawn / nspawn-patch-uid.h
index 55d0990016455a2dd2eef56b4ff15c247d6aa005..fc1d22beb3493c32f1f6e267b693cc2f7a231549 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -17,6 +18,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#pragma once
+
 #include <sys/types.h>
 
 int fd_patch_uid(int fd, uid_t shift, uid_t range);