]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/journal/audit-type.c
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / journal / audit-type.c
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /***
3 This file is part of systemd.
4
5 Copyright 2015 Zbigniew Jędrzejewski-Szmek
6 ***/
7
8 #include <stdio.h>
9 #include <linux/audit.h>
10 #if HAVE_AUDIT
11 # include <libaudit.h>
12 #endif
13
14 #include "missing.h"
15 #include "audit-type.h"
16 #include "audit_type-to-name.h"
17 #include "macro.h"