chiark / gitweb /
dev-setup: allow a path prefix for use in chroots
[elogind.git] / src / shared / acl-util.h
index 9f11636aa105b38e5780d1a77ce034b798624a10..31fbbcd51065eae97a069e9cfc2bbac434eedab0 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef fooaclutilhfoo
-#define fooaclutilhfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -23,5 +22,3 @@
 ***/
 
 int acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry);
-
-#endif