diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-04 07:49:11 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-04 07:49:24 +0100 |
commit | 3843e8260c6df6bc00794cecfe5491eb28685da4 (patch) | |
tree | 900fb129cc1809ae70e726a9c15e46c01a327aed /src/shared | |
parent | missing: move btrfs related entries to missing_btrfs.h and missing_btrfs_tree.h (diff) | |
download | systemd-3843e8260c6df6bc00794cecfe5491eb28685da4.tar.xz systemd-3843e8260c6df6bc00794cecfe5491eb28685da4.zip |
missing: rename securebits.h to missing_securebits.h
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/securebits-util.c | 1 | ||||
-rw-r--r-- | src/shared/securebits-util.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/shared/securebits-util.c b/src/shared/securebits-util.c index ad091f6d95..6d31dfeff0 100644 --- a/src/shared/securebits-util.c +++ b/src/shared/securebits-util.c @@ -5,7 +5,6 @@ #include "alloc-util.h" #include "extract-word.h" -#include "securebits.h" #include "securebits-util.h" #include "string-util.h" diff --git a/src/shared/securebits-util.h b/src/shared/securebits-util.h index 3cb3cb3d08..b5ec6ee0e6 100644 --- a/src/shared/securebits-util.h +++ b/src/shared/securebits-util.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -#include "securebits.h" +#include "missing_securebits.h" int secure_bits_to_string_alloc(int i, char **s); int secure_bits_from_string(const char *s); |