diff options
author | Thomas Haller <thaller@redhat.com> | 2019-01-31 12:49:28 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-02-12 08:50:28 +0100 |
commit | 32a847a61f031813865199366318d047ca38c2f1 (patch) | |
tree | 6fa818feb140f60cb828bd1d01c78b01519f2b8b /shared/systemd | |
parent | 65884733ecb07a3f9646c16f1f385d9fe7b7889c (diff) | |
download | NetworkManager-32a847a61f031813865199366318d047ca38c2f1.tar.gz |
systemd/trivial: adjust naming of include guard define
Diffstat (limited to 'shared/systemd')
-rw-r--r-- | shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h b/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h index fd5adeb09e..a4f9ecd2e6 100644 --- a/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h +++ b/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h @@ -16,8 +16,8 @@ * Copyright (C) 2014 - 2018 Red Hat, Inc. */ -#ifndef __NM_SD_ADAPT_BASIC_H__ -#define __NM_SD_ADAPT_BASIC_H__ +#ifndef __NM_SD_ADAPT_SHARED_H__ +#define __NM_SD_ADAPT_SHARED_H__ #include "nm-default.h" @@ -130,4 +130,4 @@ static inline pid_t gettid(void) { /*****************************************************************************/ -#endif /* __NM_SD_ADAPT_BASIC_H__ */ +#endif /* __NM_SD_ADAPT_SHARED_H__ */ |