diff options
Diffstat (limited to 'src/shared/audit.h')
-rw-r--r-- | src/shared/audit.h | 5 |
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 |