summaryrefslogtreecommitdiff
path: root/src/shared/audit.h
diff options
context:
space:
mode:
authorShawn Landden <shawn@churchofgit.com>2013-11-18 07:58:43 -0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-11-18 20:28:54 -0500
commit05d3a176239c1dd67863c70a5b79d9bc14144ef6 (patch)
treeea288f8cd73c1cb071941e15427a6044f4d0c230 /src/shared/audit.h
parentd5d217eae1b3ba978c4ddd6a2ef2de4621329662 (diff)
use #pragma once instead of foo*foo define guards
Diffstat (limited to 'src/shared/audit.h')
-rw-r--r--src/shared/audit.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shared/audit.h b/src/shared/audit.h
index 490a0b0320..0effc0baa0 100644
--- a/src/shared/audit.h
+++ b/src/shared/audit.h
@@ -1,7 +1,6 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-#ifndef fooaudithfoo
-#define fooaudithfoo
+#pragma once
/***
This file is part of systemd.
@@ -28,5 +27,3 @@
int audit_session_from_pid(pid_t pid, uint32_t *id);
int audit_loginuid_from_pid(pid_t pid, uid_t *uid);
-
-#endif