summaryrefslogtreecommitdiffstats
path: root/src/basic/missing_keyctl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* basic/missing_*.h: add asserts that the values are as expectedZbigniew Jędrzejewski-Szmek2024-03-201-40/+62
| | | | | | | | | | | | It's great that we provide fallback values, but if we got one of those wrong, it could be a long time before anyone noticed. So let's add asserts that the our internal defines actually match the official ones, when the latter are available. I did not add '#include "macro.h"' to missing_{audit,capability}, because those are processed by an awk script that would need additional include directories and could be confused by the additional lines. We don't include those headers standalone anyway, so this is not necessary anyway.
* missing: add missing header inclusionsLennart Poettering2021-11-031-0/+1
| | | | These headers should work without any manual header inclusion.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* missing: move missing entries in keyctl.h to missing_keyctl.hYu Watanabe2018-12-041-0/+78